Skip to content

Commit f6aabfd

Browse files
committed
Fixed the Height of MaterialSearch.
1 parent 02c8c41 commit f6aabfd

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,10 @@ footer.fixed{
846846
}
847847
.input-field input[type=search] {
848848
margin-bottom: 0;
849-
height: calc(4rem + 2px);
849+
height: 100%;
850+
}
851+
nav .input-field {
852+
height: 100%;
850853
}
851854
/** Added support for horizontal cards **/
852855
.horizontal .card-action a{

0 commit comments

Comments
 (0)