From 95363a5cc4d3f2b48a898bf3d988ec500e4e1cb7 Mon Sep 17 00:00:00 2001 From: Yinan Zhou Date: Mon, 20 Nov 2023 14:51:09 -0500 Subject: [PATCH] fix: Disable text overflow in the resource assignment Fixes #1102 by setting the maximum width of the model window. --- rodan-client/code/styles/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/rodan-client/code/styles/default.css b/rodan-client/code/styles/default.css index b69315e19..5e44366bd 100644 --- a/rodan-client/code/styles/default.css +++ b/rodan-client/code/styles/default.css @@ -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 {