3
0
Fork 0

fix: make dropdown widgets as wide as other text fields in main form

This commit is contained in:
Lance Edgar 2024-12-11 22:30:03 -06:00
parent 7fc5d84abd
commit fce1bf9de4

View file

@ -196,6 +196,11 @@
width: 50%;
}
.wutta-form-wrapper .field.is-horizontal .field-body .select,
.wutta-form-wrapper .field.is-horizontal .field-body .select select {
width: 100%;
}
</style>
</%def>