Skip to content

Commit ba64b16

Browse files
committed
Sidenav content icon size fixed
1 parent ffd2681 commit ba64b16

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,11 +1076,15 @@ ul.side-nav li {
10761076
}
10771077

10781078
ul.side-nav i {
1079-
font-size: 2em !important;
1079+
font-size: 2em;
10801080
width: 2rem;
10811081
line-height: inherit;
10821082
}
10831083

1084+
ul.side-nav .sidenav-content i {
1085+
font-size: 1.6em;
1086+
}
1087+
10841088
ul.side-nav .collapsible-header,
10851089
.side-nav .collapsible-body {
10861090
padding: 0 !important;

0 commit comments

Comments
 (0)