From da5935ea33ce4221ce74678550a60380a4832f47 Mon Sep 17 00:00:00 2001 From: Matt Schwartz <7495188+n0spaces@users.noreply.github.com> Date: Mon, 7 Apr 2025 01:01:33 -0500 Subject: [PATCH] fix(style): prevent operationId from wrapping when space is available (#10259) --- src/style/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index b0d333bf..b6f3ba77 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -319,7 +319,7 @@ padding: 0 10px; - width: 100%; + flex-grow: 1; } @media (max-width: 550px) {