mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2025-01-18 12:44:04 +01:00
Fix issue with “Translate” button being overlayed on text (#2935)
Fixes #2932
This commit is contained in:
parent
dc14695f8a
commit
10e24113a8
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ body > [data-popper-placement] {
|
|||
}
|
||||
}
|
||||
|
||||
.status__content.status__content--collapsed .status__content__text {
|
||||
.status__content.status__content--collapsed {
|
||||
max-height: 20px * 15; // 15 lines is roughly above 500 characters
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue