Skip to content

Commit 790c4e3

Browse files
committed
Fixed issue on Material Search icon margin-left (Due to changes on input labels)
1 parent 8634461 commit 790c4e3

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
@@ -992,4 +992,8 @@ input:-webkit-autofill {
992992

993993
.weatherContainer .card {
994994
background-color: initial !important;
995+
}
996+
997+
.input-field input[type=search]+label {
998+
left: 1rem !important;
995999
}

0 commit comments

Comments
 (0)