From e3f6a41926d3e34633fc587fed82d28d9b88475e Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Tue, 29 Oct 2024 16:04:42 -0400 Subject: [PATCH] Make draggable table manual weight setting readable --- .../00-cms-styles/layout-builder/_layout-builder.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss b/src/patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss index 58bde0b1..24d16526 100644 --- a/src/patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss +++ b/src/patterns/04-components/00-cms-styles/layout-builder/_layout-builder.scss @@ -122,7 +122,7 @@ form { } } - // Adjusting the drag handles ion the draggable tables. + // Adjusting the drag handles on the draggable tables. .paragraph-type--uw-para-fact-figure .tabledrag-handle .handle { margin: 0; } @@ -150,6 +150,9 @@ form { margin: 0; padding: 0 var(--size-2); text-align: center; + select { + min-width: 3rem; + } } // Resets the min width. -- GitLab