about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-07-01 14:50:10 +0200
committerGitHub <noreply@github.com>2017-07-01 14:50:10 +0200
commitbf50e3e5aefc88f7a6d9ab4aafe5beab4360292b (patch)
tree6926785a885154e4ab2acc199af1292ec7b82fc8 /app
parenta978b88997169782ac35f416bf88d6afd60edd1e (diff)
Fix height issue in report modal
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/components.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index 28cb9ec65..a87aa5d79 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -3278,6 +3278,7 @@ button.icon-button.active i.fa-retweet {
 
 .report-modal__statuses {
   min-height: 20vh;
+  max-height: 40vh;
   overflow-y: auto;
   overflow-x: hidden;
 }