]> cat aescling's git repositories - mastodon.git/commitdiff
Fix height issue in report modal
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 1 Jul 2017 12:50:10 +0000 (14:50 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Jul 2017 12:50:10 +0000 (14:50 +0200)
app/javascript/styles/components.scss

index 28cb9ec65a34e84ba1e48fcf954d0eedc58cf619..a87aa5d79bf5af806b2d9cf1021ab91810c751d9 100644 (file)
@@ -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;
 }