forked from treehouse/mastodon
[Glitch] Fix status overflowing in report dialog
Port 389e3f6094
to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
signup-info-prompt
parent
c56a504d11
commit
8a8936725e
|
@ -510,6 +510,7 @@
|
|||
.status-check-box__status {
|
||||
margin: 10px 0 10px 10px;
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
.media-gallery {
|
||||
max-width: 250px;
|
||||
|
|
Loading…
Reference in New Issue