[Glitch] Fix status overflowing in report dialog
Port 8f37f20ff9
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
This commit is contained in:
parent
9604766a18
commit
042964971f
1 changed files with 1 additions and 0 deletions
|
@ -510,6 +510,7 @@
|
||||||
.status-check-box__status {
|
.status-check-box__status {
|
||||||
margin: 10px 0 10px 10px;
|
margin: 10px 0 10px 10px;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
.media-gallery {
|
.media-gallery {
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
|
|
Loading…
Reference in a new issue