Browse Source

Fix height issue in report modal

master
Eugen Rochko 7 years ago
committed by GitHub
parent
commit
bf50e3e5ae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/javascript/styles/components.scss

+ 1
- 0
app/javascript/styles/components.scss View 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;
}

Loading…
Cancel
Save