Fix status overflowing in report dialog (#12959)

Fixes #12942
lolsob-rspec
ThibG 2020-01-25 22:59:00 +01:00 committed by Eugen Rochko
parent 234f1be486
commit 8f37f20ff9
1 changed files with 1 additions and 0 deletions

View File

@ -1086,6 +1086,7 @@
.status-check-box__status {
margin: 10px 0 10px 10px;
flex: 1;
overflow: hidden;
.media-gallery {
max-width: 250px;