From 5c0c9dd3da5719afc543cc13e82f0667925e64ea Mon Sep 17 00:00:00 2001 From: Gibran Vargas <131407127+gvargas-csa@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:39:02 -0700 Subject: [PATCH] chore(promptWindow): adjusments in UI for manual-steps window (#25) --- .../components/shared/popup-modal/popup-modal.component.scss | 5 +++-- src/styles.scss | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/components/shared/popup-modal/popup-modal.component.scss b/src/app/components/shared/popup-modal/popup-modal.component.scss index 05d58c0..0c0d242 100644 --- a/src/app/components/shared/popup-modal/popup-modal.component.scss +++ b/src/app/components/shared/popup-modal/popup-modal.component.scss @@ -36,9 +36,10 @@ white-space: pre; @extend .heading-text; font-size: 16px !important; - max-height: 134px; - overflow: auto; + max-height: 469px; + overflow: scroll; user-select: text !important; + text-wrap: wrap; } .buttons-div { diff --git a/src/styles.scss b/src/styles.scss index abf97b8..9513a58 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -98,8 +98,8 @@ $sizes: 0, 12, 14, 15, 17, 20, 23, 26, 35; // styling for scroll bar ::-webkit-scrollbar { - width: 5px; - height: 5px; + width: 10px; + height: 10px; } ::-webkit-scrollbar-thumb { background: #adabab;