diff --git a/ElectronJS/src/taskGrid/FlowChart.css b/ElectronJS/src/taskGrid/FlowChart.css index 1f35cec..f750a35 100644 --- a/ElectronJS/src/taskGrid/FlowChart.css +++ b/ElectronJS/src/taskGrid/FlowChart.css @@ -14,7 +14,7 @@ div.node { height: 45px; - width: 150px; + width: 180px; border-radius: 7px; border: skyblue solid; background: rgb(73, 156, 189);