Skip to content

Commit bb876a6

Browse files
committed
Fixed - SideNav - Horizontal Spaces #496
1 parent 52b81e1 commit bb876a6

File tree

1 file changed

+4
-0
lines changed
  • gwt-material/src/main/resources/gwt/material/design/public/css

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -947,6 +947,10 @@ input:-webkit-autofill {
947947
text-overflow: ellipsis;
948948
}
949949

950+
.side-nav .collapsible-body li {
951+
overflow: hidden;
952+
}
953+
950954
.side-nav .collapsible-body li.active {
951955
background-color: #eeeeee !important;
952956
}

0 commit comments

Comments
 (0)