From 173299fcec2626af0e4b95d9ded6e669fc30b744 Mon Sep 17 00:00:00 2001 From: Jake Howell Date: Sat, 28 Feb 2026 00:52:55 +1100 Subject: [PATCH] fix: restore dividing line in `` (#22373) Related to #22367 It was pointed out to me that we actually did regress this mildly by removing a dividing line in the changes made in #22367, I've restored this in a better way by taking advantage of `divide-y` and wrapping this in a proper `
`. image --- .../WorkspaceActions/BuildParametersPopover.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/pages/WorkspacePage/WorkspaceActions/BuildParametersPopover.tsx b/site/src/pages/WorkspacePage/WorkspaceActions/BuildParametersPopover.tsx index effc414d95..0c80cc01e4 100644 --- a/site/src/pages/WorkspacePage/WorkspaceActions/BuildParametersPopover.tsx +++ b/site/src/pages/WorkspacePage/WorkspaceActions/BuildParametersPopover.tsx @@ -145,14 +145,14 @@ const BuildParametersPopoverContent: FC = ({ <> {buildParameters && ephemeralParameters ? ( ephemeralParameters.length > 0 ? ( - <> +
Build Options These parameters only apply for a single workspace start.
-
+
{ onSubmit(buildParameters); @@ -167,7 +167,7 @@ const BuildParametersPopoverContent: FC = ({ )} />
- +
) : (
Build Options