Skip to content

Commit

Permalink
fix: fix pagination alignment after tertiary button changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker authored and langz committed Feb 22, 2023
1 parent 2989af1 commit ce6e5ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2478,8 +2478,7 @@ button.dnb-button::-moz-focus-inner {
height: 1px;
opacity: 0; }
.dnb-pagination__bar__skip {
margin-top: 0.5rem;
margin-left: -0.5rem; }
margin-top: 0.5rem; }
.dnb-pagination__bar__skip .dnb-button:first-of-type {
margin-right: 1.5rem; }
"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@

&__bar__skip {
margin-top: 0.5rem;
margin-left: -0.5rem;
}
&__bar__skip .dnb-button:first-of-type {
margin-right: 1.5rem;
Expand Down

0 comments on commit ce6e5ea

Please sign in to comment.