fix: make dropdown widgets as wide as other text fields in main form
This commit is contained in:
parent
7fc5d84abd
commit
fce1bf9de4
|
@ -196,6 +196,11 @@
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wutta-form-wrapper .field.is-horizontal .field-body .select,
|
||||||
|
.wutta-form-wrapper .field.is-horizontal .field-body .select select {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
</%def>
|
</%def>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue