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 committed Jul 13, 2023
1 parent 0d00717 commit d193660
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,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

1 comment on commit d193660

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in d193660.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5548084058
📝 Reported issues:

Please sign in to comment.