From afba975cecdee214fcc3d847393bd62087341481 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 15 Jun 2026 07:27:51 -0600 Subject: [PATCH] fix --- src/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index 68f9589..5acb8f3 100644 --- a/src/style.css +++ b/src/style.css @@ -322,10 +322,8 @@ table { font-size: 13px; } -.process-step-name { - display: flex; - flex-direction: column; - gap: 4px; +.process-step-name > * + * { + margin-top: 4px; } .process-step-actions {