Skip to content

Commit

Permalink
🐛 #20 - fix: fix unwanted margin in paginator labels if placed in bod…
Browse files Browse the repository at this point in the history
…y compononent
  • Loading branch information
svenvandescheur committed Feb 9, 2024
1 parent c665791 commit 360fdac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/data/paginator/paginator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
gap: var(--spacing-h-m);
}

&__section .mykn-p:not(:last-child) {
margin-block-end: 0;
}

@media screen and (max-width: constants.$breakpoint-desktop - 1px) {
&__section--form {
display: none;
Expand Down

0 comments on commit 360fdac

Please sign in to comment.