forked from AkkomaGang/akkoma-fe
Set max-height for description container
Without max-height, the description text can overflow the image, making it impossible to close. See issue #199: AkkomaGang/pleroma-fe#199
This commit is contained in:
parent
0810c57c8b
commit
af32f901ac
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
display: flex;
|
||||
padding-top: 0.5em;
|
||||
z-index: 1;
|
||||
max-height: 50%;
|
||||
|
||||
p {
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in a new issue