From 3291f0862fff2250637e9581f14a131516af444b Mon Sep 17 00:00:00 2001 From: Khwaja Date: Tue, 1 Jul 2025 14:23:06 -0500 Subject: [PATCH] 7-1 meeting code --- web/src/components/CaseBuilder/PipelineBlock.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/src/components/CaseBuilder/PipelineBlock.module.css b/web/src/components/CaseBuilder/PipelineBlock.module.css index e452381..49a9a35 100644 --- a/web/src/components/CaseBuilder/PipelineBlock.module.css +++ b/web/src/components/CaseBuilder/PipelineBlock.module.css @@ -29,3 +29,9 @@ .CenterNode { background-color: #d3a610; } + +:global(.react-flow__node-default), +:global(.react-flow__node-custom) { + width: 150px !important; + height: 60px !important; +}