From d95a2fee683b2d9e81134320790f64064ea37c14 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Fri, 17 Jun 2022 14:59:22 +0800 Subject: [PATCH] * Fix bug #23918. --- module/execution/css/all.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/css/all.css b/module/execution/css/all.css index e397110bf8..36584c5c7a 100644 --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -34,3 +34,4 @@ td.flex span.project-type-label {min-width: 40px;} canvas {height: 28px;} .parent.has-child.c-name.flex, .table-child-bottom > .c-name.flex {border-bottom: 1px solid #cbd0db !important;} .parent.has-child.c-name.flex {margin-bottom: -2px !important;} +#tableCustomBtn {padding-bottom: 5px;}