mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-25 15:38:06 +01:00
Fix overflow behavior on profile fields in hover cards (#30928)
This commit is contained in:
parent
8f5694d79e
commit
63ba69810e
1 changed files with 1 additions and 1 deletions
|
@ -10453,7 +10453,7 @@ noscript {
|
|||
gap: 4px;
|
||||
|
||||
dt {
|
||||
flex: 0 0 auto;
|
||||
flex: 0 1 auto;
|
||||
color: $dark-text-color;
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
|
|
Loading…
Reference in a new issue