From 10820f6ac92c1d3822543766ea67ee4266a4771b Mon Sep 17 00:00:00 2001 From: Ryan Koch Date: Tue, 31 Dec 2024 11:45:02 -0600 Subject: [PATCH] Adds min-width to left column. --- .../custom/va_gov_form_builder/css/va_gov_form_builder.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docroot/modules/custom/va_gov_form_builder/css/va_gov_form_builder.css b/docroot/modules/custom/va_gov_form_builder/css/va_gov_form_builder.css index 06d7e6515b..8c0aebdbc3 100644 --- a/docroot/modules/custom/va_gov_form_builder/css/va_gov_form_builder.css +++ b/docroot/modules/custom/va_gov_form_builder/css/va_gov_form_builder.css @@ -102,6 +102,10 @@ width: 100%; } +.form-builder-left-column { + min-width: 900px; +} + .form-builder-right-column { padding-top: var(--units-2); }