Skip to content

Commit

Permalink
URLPopover: restore min-width style (#59274)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano authored and getdave committed Feb 27, 2024
1 parent a51059c commit eddf324
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
text-overflow: ellipsis;
white-space: nowrap;
margin-right: $grid-unit-10;
min-width: 150px;
// Avoids the popover from growing too wide when the URL is long.
// See https://github.com/WordPress/gutenberg/issues/58599
max-width: $modal-min-width;
Expand Down

0 comments on commit eddf324

Please sign in to comment.