Skip to content

Commit

Permalink
fix: Disable text overflow in the resource assignment
Browse files Browse the repository at this point in the history
Fixes #1102 by setting the maximum width of the model window.
  • Loading branch information
yinanazhou committed Nov 20, 2023
1 parent cfb26c2 commit 95363a5
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 95363a5

Please sign in to comment.