Fix issue with “Translate” button being overlayed on text (#2935)

Fixes #2932
main
Claire 2025-01-08 18:25:09 +01:00 committed by GitHub
parent dc14695f8a
commit 10e24113a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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
}