mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07: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