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; +}