Skip to content

Commit

Permalink
chore: inline-block instead of float for menu buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
langemike committed Apr 12, 2024
1 parent 00697da commit 4a5eac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-react/src/components/Header/Header.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
list-style-type: none;

li {
float: left;
display: inline-block;
}
}

Expand Down

0 comments on commit 4a5eac4

Please sign in to comment.