We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718db10 commit b807febCopy full SHA for b807feb
gwt-material/src/main/resources/gwt/material/design/public/css/overridecss.css
@@ -226,6 +226,11 @@ button.disabled:hover, i.disabled:hover {
226
padding: 2rem;
227
}
228
229
+.collapsible li.active .collapsible-body .input-field label {
230
+ font-size: 0.8rem;
231
+ transform: translateY(-140%); }
232
+}
233
+
234
.collapsible-header > i {
235
font-size: 1.4rem !important;
236
line-height: 2.5rem !important;
@@ -469,6 +474,10 @@ footer.fixed {
469
474
left: 0 !important;
470
475
471
476
477
+.col .input-field label {
478
+ left: 0px;
479
480
472
481
.row > .input-field label {
473
482
left: 0.75rem !important;
483
0 commit comments