Only tweak field value width for "normal" primary forms, in falafel theme
This commit is contained in:
parent
3f6d5daa1e
commit
c44c6c79f9
|
@ -3,6 +3,7 @@
|
||||||
* forms
|
* forms
|
||||||
******************************/
|
******************************/
|
||||||
|
|
||||||
|
/* note that this should only apply to "normal" primary forms */
|
||||||
/* TODO: replace this with bulma equivalent */
|
/* TODO: replace this with bulma equivalent */
|
||||||
.form {
|
.form {
|
||||||
padding-left: 5em;
|
padding-left: 5em;
|
||||||
|
@ -14,11 +15,13 @@
|
||||||
width: 18em;
|
width: 18em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field.is-horizontal .field-body {
|
/* note that this should only apply to "normal" primary forms */
|
||||||
|
.form-wrapper .form .field.is-horizontal .field-body {
|
||||||
min-width: 30em;
|
min-width: 30em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.field.is-horizontal .field-body .select,
|
/* note that this should only apply to "normal" primary forms */
|
||||||
.field.is-horizontal .field-body .select select {
|
.form-wrapper .form .field.is-horizontal .field-body .select,
|
||||||
|
.form-wrapper .form .field.is-horizontal .field-body .select select {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue