From 0e587d5fdcfe0392161f2c8f25cc9eaf2ff86b2a Mon Sep 17 00:00:00 2001 From: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:43:45 +1000 Subject: [PATCH] Editor: Prevent wrapping text when showing icon labels in header (#66038) Co-authored-by: aaronrobertshaw Co-authored-by: andrewserong Co-authored-by: ramonjd Co-authored-by: afercia Co-authored-by: ciampo Co-authored-by: tyxla Co-authored-by: getdave --- packages/editor/src/components/header/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor/src/components/header/style.scss b/packages/editor/src/components/header/style.scss index 8712121fff3ea6..4259ef4b8a2084 100644 --- a/packages/editor/src/components/header/style.scss +++ b/packages/editor/src/components/header/style.scss @@ -130,6 +130,7 @@ // ... and display labels. &::after { content: attr(aria-label); + white-space: nowrap; } &[aria-disabled="true"] { background-color: transparent;