Skip to content

Commit

Permalink
fix: add important to Links link style override (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
benax-se authored Apr 9, 2024
1 parent 2d4142a commit 5deeddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Links/Links.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ $block: '.#{$ns}links';
align-items: baseline;

&__link {
margin-top: 0px;
/* stylelint-disable-next-line declaration-no-important */
margin-top: 0px !important;
}

&_size {
Expand Down

0 comments on commit 5deeddc

Please sign in to comment.