summaryrefslogtreecommitdiff
path: root/public/static
diff options
context:
space:
mode:
Diffstat (limited to 'public/static')
-rw-r--r--public/static/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css
index ed1396c..b658488 100644
--- a/public/static/style.css
+++ b/public/static/style.css
@@ -81,6 +81,11 @@ label.inline {
display: inline;
}
+textarea {
+ resize: vertical;
+ height: 100px;
+}
+
.container {
width: 100%;
min-height: 100vh;