summaryrefslogtreecommitdiffstats
path: root/webapp/sass/components/_inputs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/components/_inputs.scss')
-rw-r--r--webapp/sass/components/_inputs.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/components/_inputs.scss b/webapp/sass/components/_inputs.scss
index 42ab56128..c34d0d2d4 100644
--- a/webapp/sass/components/_inputs.scss
+++ b/webapp/sass/components/_inputs.scss
@@ -33,3 +33,7 @@ fieldset {
}
}
}
+
+.admin-textarea {
+ resize: none;
+}