Skip to content

Commit b807feb

Browse files
committed
Fixed Expanding collapsible from code break the inputs #718
1 parent 718db10 commit b807feb

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,11 @@ button.disabled:hover, i.disabled:hover {
226226
padding: 2rem;
227227
}
228228

229+
.collapsible li.active .collapsible-body .input-field label {
230+
font-size: 0.8rem;
231+
transform: translateY(-140%); }
232+
}
233+
229234
.collapsible-header > i {
230235
font-size: 1.4rem !important;
231236
line-height: 2.5rem !important;
@@ -469,6 +474,10 @@ footer.fixed {
469474
left: 0 !important;
470475
}
471476

477+
.col .input-field label {
478+
left: 0px;
479+
}
480+
472481
.row > .input-field label {
473482
left: 0.75rem !important;
474483
}

0 commit comments

Comments
 (0)