Only tweak field value width for "normal" primary forms, in falafel theme

This commit is contained in:
Lance Edgar 2019-06-08 15:17:40 -05:00
parent 3f6d5daa1e
commit c44c6c79f9

View file

@ -3,6 +3,7 @@
* forms
******************************/
/* note that this should only apply to "normal" primary forms */
/* TODO: replace this with bulma equivalent */
.form {
padding-left: 5em;
@ -14,11 +15,13 @@
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;
}
.field.is-horizontal .field-body .select,
.field.is-horizontal .field-body .select select {
/* note that this should only apply to "normal" primary forms */
.form-wrapper .form .field.is-horizontal .field-body .select,
.form-wrapper .form .field.is-horizontal .field-body .select select {
width: 100%;
}