diff options
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/static/form.css b/static/form.css index 12e3ab3..f807e4f 100644 --- a/static/form.css +++ b/static/form.css @@ -197,6 +197,17 @@ form:not(.nopanel) { } } + &.pageEditForm { + max-width: 100%; + input, + textarea { + width: 100%; + } + textarea { + height: 16lh; + } + } + .actionButtons { display: grid; justify-content: end; |
