From a8dc9b952e6bc152f26bbf51f2da280588de218c Mon Sep 17 00:00:00 2001 From: Muffin Date: Thu, 11 Jan 2024 02:44:14 -0600 Subject: [PATCH] Disable text wrapping on convert to bitmap/vector button --- src/components/paint-editor/paint-editor.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/paint-editor/paint-editor.css b/src/components/paint-editor/paint-editor.css index 466b1779de..419918969c 100644 --- a/src/components/paint-editor/paint-editor.css +++ b/src/components/paint-editor/paint-editor.css @@ -224,4 +224,5 @@ $border-radius: 0.25rem; .button-text { width: 100%; /* Fixes button text wrapping in Edge */ + white-space: nowrap; }