Skip to content

Commit

Permalink
Fix recent search items not handling overflows correctly (mastodon#26893
Browse files Browse the repository at this point in the history
)
  • Loading branch information
arbolitoloco1 authored and vmstan committed Jan 5, 2024
1 parent d15354c commit b60fc7e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5061,6 +5061,11 @@ a.status-card {
font-weight: 700;
color: $primary-text-color;
}

span {
overflow: inherit;
text-overflow: inherit;
}
}
}
}
Expand Down

0 comments on commit b60fc7e

Please sign in to comment.