From 45b7f315bb6528ad86125522a3af96d89d99165f Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 29 Aug 2024 17:13:43 -0500 Subject: [PATCH] Website: Fix overflowing step of /start questionnaire (#21692) Related to: #21081 Closes: #21690 Changes: - Updated the styles for the /start questionnaire to prevent the content from overflowing outside of the page's container on smaller screen sizes. --- website/assets/styles/pages/start.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/assets/styles/pages/start.less b/website/assets/styles/pages/start.less index bf6393f238..436d6fdb9d 100644 --- a/website/assets/styles/pages/start.less +++ b/website/assets/styles/pages/start.less @@ -357,7 +357,7 @@ margin-bottom: 20px; } [purpose='form-container'] { - width: unset; + width: 100%; margin-left: 0; margin-right: 0; }