Set max-height for description container
ci/woodpecker/pr/woodpecker Pipeline was successful Details

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:
Ngô Ngọc Đức Huy 2022-11-11 11:27:05 +07:00
parent 0810c57c8b
commit af32f901ac
Signed by untrusted user: xarvos
GPG Key ID: 904AF1C7CDF695C3
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
display: flex;
padding-top: 0.5em;
z-index: 1;
max-height: 50%;
p {
flex: 1;