Skip to content

Commit a403395

Browse files
authored
fix(SideMenu): minor CSS tweak (#1111)
Prevent code icon in side menu item to be shrunk by a line-overflowing text
1 parent b5de4a5 commit a403395

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Menu/SideMenu.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
font-size: 12px;
108108
top: 2px;
109109
display: inline-table;
110+
flex-shrink: 0;
110111
}
111112

112113
@media (min-width: 1024px) {

0 commit comments

Comments
 (0)