Skip to content

Commit

Permalink
Merge pull request #1105 from DDMAL/popup-win-fix
Browse files Browse the repository at this point in the history
Fix text overflow in pop-up window
  • Loading branch information
softcat477 authored Nov 21, 2023
2 parents cfb26c2 + 95363a5 commit 12b55e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rodan-client/code/styles/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ div#main_workflowbuilder
background-color: white;
backdrop-filter: blur(20px);
min-width: 500px;
max-width: 100%;
/* min-height: 300px; */
}
.modal-header {
Expand Down

0 comments on commit 12b55e3

Please sign in to comment.