summaryrefslogtreecommitdiffstats
path: root/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'webapp')
-rw-r--r--webapp/sass/components/_modal.scss15
1 files changed, 10 insertions, 5 deletions
diff --git a/webapp/sass/components/_modal.scss b/webapp/sass/components/_modal.scss
index 0cb19b717..22317a156 100644
--- a/webapp/sass/components/_modal.scss
+++ b/webapp/sass/components/_modal.scss
@@ -14,13 +14,18 @@
max-height: calc(90vh - 62px);
overflow: auto;
padding: 20px 15px;
+ }
- .edit-modal-body {
- overflow: visible;
+ .edit-modal-body {
+ overflow: visible;
- .suggestion-list__content {
- max-height: 150px;
- }
+ .custom-textarea {
+ min-height: 8em;
+ max-height: 60vh;
+ }
+
+ .suggestion-list__content {
+ max-height: 150px;
}
}