Skip to content

Commit

Permalink
Add width to ensure ellipsis is applied (#52575)
Browse files Browse the repository at this point in the history
  • Loading branch information
richtabor authored and tellthemachines committed Jul 14, 2023
1 parent 298f5b1 commit 0abfe17
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ $preview-image-height: 140px;
// Inline block required to preserve white space
// between `<mark>` elements and text nodes.
display: inline-block;
width: 100%;

mark {
font-weight: 600;
Expand Down

0 comments on commit 0abfe17

Please sign in to comment.