From 8f83063eb335ea8743800c68eddc0713762b1602 Mon Sep 17 00:00:00 2001 From: Dale Frey Date: Thu, 12 Dec 2024 12:28:51 -0500 Subject: [PATCH] USAGOV-150: USAGOV-150 - Increase height of the USWDS Components dialog --- .../custom/usagov/sass/_uswds-theme-custom-styles.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/web/themes/custom/usagov/sass/_uswds-theme-custom-styles.scss b/web/themes/custom/usagov/sass/_uswds-theme-custom-styles.scss index 2db0e78830..971137b756 100644 --- a/web/themes/custom/usagov/sass/_uswds-theme-custom-styles.scss +++ b/web/themes/custom/usagov/sass/_uswds-theme-custom-styles.scss @@ -924,3 +924,12 @@ input::-webkit-textfield-decoration-container { max-width: 100%; } } + +/* Dialog sizing code for USAGOV-150 */ +.ui-dialog.ckeditor5-paragraph-embed-modal { + top: 5vh !important; + min-height: 80vh !important; +} +.ui-dialog.ckeditor5-paragraph-embed-modal > .ui-dialog-content { + height: 80vh !important; +}