Skip to content

Commit af891be

Browse files
committed
Fixed - Line height of Icon inside the button on navbar
1 parent 53833e7 commit af891be

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
@@ -263,6 +263,10 @@ table .gwt-CheckBox label {
263263
.side-nav li {
264264
padding: 0 !important;
265265
}
266+
267+
nav button i {
268+
line-height: inherit !important;
269+
}
266270
/** NavBar tall **/
267271
nav .navbar-tall {
268272
height: 128px;

0 commit comments

Comments
 (0)