Merge pull request #1234 from miikkatu/unfix-form-field-input-height
Unset form field input height to make it scale
This commit is contained in:
commit
2fa552a2c0
1 changed files with 6 additions and 4 deletions
|
@ -41,11 +41,13 @@
|
||||||
.form-field__input {
|
.form-field__input {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-top: $spacing-vertical / 3;
|
padding-top: $spacing-vertical / 3;
|
||||||
height: 36px;
|
|
||||||
|
|
||||||
input[type='checkbox'],
|
input[type='checkbox'] {
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type='radio'] {
|
input[type='radio'] {
|
||||||
margin-top: 5px;
|
margin-top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.paginate-channel {
|
input.paginate-channel {
|
||||||
|
|
Loading…
Add table
Reference in a new issue