Skip to content

Commit

Permalink
chore(promptWindow): adjusments in UI for manual-steps window (projec…
Browse files Browse the repository at this point in the history
  • Loading branch information
gvargas-csa authored Sep 5, 2024
1 parent d379e49 commit 5c0c9dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5c0c9dd

Please sign in to comment.