diff options
| author | winter | 2025-01-27 20:34:41 +0000 |
|---|---|---|
| committer | winter | 2025-01-27 20:34:41 +0000 |
| commit | 78536f774cacece20c22c1b26a7c4840d9e10794 (patch) | |
| tree | 8cc1c4de353f91948b725e996bf16c7fb359bc26 /static/form.css | |
| parent | df201664df01d5b4ada6b992235f236511ec020f (diff) | |
allow changing scope of replies
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; } |
