From 55a35503c46fc32cd48cb063bfad8f58149d5d11 Mon Sep 17 00:00:00 2001 From: Matt Schwartz <7495188+n0spaces@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:13:12 -0600 Subject: [PATCH] fix: do not shrink operation id if there is sufficient space --- 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 b97083a2605..f19669a97f4 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -381,7 +381,7 @@ padding: 0 10px; - width: 100%; + flex-grow: 1; } @media (max-width: 550px) {