Skip to content

Commit

Permalink
fix: changed sidenavlinklabel to display flex
Browse files Browse the repository at this point in the history
  • Loading branch information
YourivHDenHaag committed Oct 16, 2024
1 parent 33d42b2 commit bc9c77f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Sidenav/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
}

.denhaag-sidenav__link-label {
display: inline-flex;
display: flex;
gap: var(--denhaag-sidenav-link-label-gap);
}

Expand Down

0 comments on commit bc9c77f

Please sign in to comment.