Skip to content

Commit

Permalink
Fix overflow behavior on profile fields in hover cards (mastodon#30928)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire authored Jul 6, 2024
1 parent 8f5694d commit 63ba698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 63ba698

Please sign in to comment.