- commit
- 7b5d214bd2ca653a33c440d41ebb5c1e93642df7
- parent
- 593565a1106895530e727ca9cfc6a48c8dbad896
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2018-10-12 17:41
limit textarea height
Diffstat
| M | static/main.scss | 5 | +++++ |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/main.scss b/static/main.scss
@@ -12,3 +12,8 @@ textarea {
12 12 .button--danger {
13 13 @include button-color(red, white, darkred);
14 14 }
-1 15
-1 16 .CodeMirror-scroll,
-1 17 textarea {
-1 18 max-height: 60vh;
-1 19 }