Skip to content

Commit

Permalink
Editor: Prevent wrapping text when showing icon labels in header
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Oct 11, 2024
1 parent e89e988 commit 1b43c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
// ... and display labels.
&::after {
content: attr(aria-label);
white-space: nowrap;
}
&[aria-disabled="true"] {
background-color: transparent;
Expand Down

0 comments on commit 1b43c8b

Please sign in to comment.