diff options
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/form.css b/static/form.css index 4683929..c14b0b7 100644 --- a/static/form.css +++ b/static/form.css @@ -53,7 +53,8 @@ form:not(.nopanel):not([hidden]) { max-width: 100%; input:not([type="checkbox"]), textarea, - button { + button, + select { width: 100%; box-sizing: border-box; } |
