mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 16:41:38 -04:00
Allow input height to be greater than 24px. (#41)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user