mirror of
https://github.com/glitch-soc/mastodon
synced 2025-04-24 21:14:51 +00: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
|
max-height: 20px * 15; // 15 lines is roughly above 500 characters
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue