diff options
Diffstat (limited to 'static/form.css')
| -rw-r--r-- | static/form.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/static/form.css b/static/form.css index 7b38860..6f474c1 100644 --- a/static/form.css +++ b/static/form.css @@ -110,6 +110,15 @@ form:not(.nopanel) { } } + &#writePageForm { + max-width: 100%; + input, + textarea, + select { + width: 100%; + } + } + &#writeNoteForm { max-width: 100%; |
