aboutsummaryrefslogtreecommitdiff
path: root/src/App.scss
diff options
context:
space:
mode:
authoreugenijm <eugenijm@protonmail.com>2020-12-15 21:17:50 +0300
committereugenijm <eugenijm@protonmail.com>2020-12-15 21:18:59 +0300
commit6d9c79fb6d27ddbbb88a6d60ed25d984c7888eae (patch)
tree3abc109bf9b3346a732014954df145def9ae3ee2 /src/App.scss
parent39c4672175f226a099872ea74131bab197be1828 (diff)
Disable horizontal textarea resize
Diffstat (limited to 'src/App.scss')
-rw-r--r--src/App.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss
index cdc3209c..48313f57 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -332,6 +332,10 @@ input, textarea, .select, .input {
box-sizing: border-box;
}
}
+
+ &.resize-height {
+ resize: vertical;
+ }
}
option {