Allow input height to be greater than 24px. (#41)

This commit is contained in:
Drew Larson
2017-05-01 19:58:24 -06:00
committed by GitHub
parent 989f9ffb85
commit d11c44985b
2 changed files with 15 additions and 36 deletions
@@ -372,4 +372,11 @@ span.mdl-textfield__error, span.error {
html [type="button"] {
-webkit-appearance: initial !important;
}
}
#member-form {
.mdl-checkbox {
height: auto;
min-height: 24px;
}
}