about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components
diff options
context:
space:
mode:
authorbeatrix <beatrix.bitrot@gmail.com>2018-05-07 09:45:13 -0400
committerGitHub <noreply@github.com>2018-05-07 09:45:13 -0400
commit919e2098cb7c2ff30e19ab4f4e4c8ec9506d230d (patch)
tree0dd0ccf54c9def4b941adf684d01be66cf48fd35 /app/javascript/flavours/glitch/styles/components
parent2eb924c00ca9fdf4cd37e7be339337a7fdf4ea23 (diff)
parent658ac4396cf1b7cab034701082645747c39f7af2 (diff)
Merge pull request #468 from ThibG/glitch-soc/features/reports-improvements
Various improvements to the reports modal
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r--app/javascript/flavours/glitch/styles/components/modal.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/modal.scss b/app/javascript/flavours/glitch/styles/components/modal.scss
index e3f74cb34..49ed47440 100644
--- a/app/javascript/flavours/glitch/styles/components/modal.scss
+++ b/app/javascript/flavours/glitch/styles/components/modal.scss
@@ -532,7 +532,7 @@
 .report-modal__statuses {
   flex: 1 1 auto;
   min-height: 20vh;
-  max-height: 40vh;
+  max-height: 80vh;
   overflow-y: auto;
   overflow-x: hidden;