Skip to content

Commit

Permalink
Fixed Expanding collapsible from code break the inputs GwtMaterialDes…
Browse files Browse the repository at this point in the history
  • Loading branch information
kevzlou7979 committed Oct 25, 2017
1 parent 718db10 commit b807feb
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,11 @@ button.disabled:hover, i.disabled:hover {
padding: 2rem;
}

.collapsible li.active .collapsible-body .input-field label {
font-size: 0.8rem;
transform: translateY(-140%); }
}

.collapsible-header > i {
font-size: 1.4rem !important;
line-height: 2.5rem !important;
Expand Down Expand Up @@ -469,6 +474,10 @@ footer.fixed {
left: 0 !important;
}

.col .input-field label {
left: 0px;
}

.row > .input-field label {
left: 0.75rem !important;
}
Expand Down

0 comments on commit b807feb

Please sign in to comment.