Skip to content

Commit

Permalink
fix(SideMenu): minor CSS tweak (#1111)
Browse files Browse the repository at this point in the history
Prevent code icon in side menu item to be shrunk by a line-overflowing text
  • Loading branch information
busybox11 authored Jan 10, 2025
1 parent b5de4a5 commit a403395
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Menu/SideMenu.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
font-size: 12px;
top: 2px;
display: inline-table;
flex-shrink: 0;
}

@media (min-width: 1024px) {
Expand Down

0 comments on commit a403395

Please sign in to comment.