From 09c6c3838971eb3a81dbea4bcbf429a498d032f8 Mon Sep 17 00:00:00 2001 From: Yagami Date: Thu, 23 Feb 2023 11:03:34 +0800 Subject: [PATCH] * Fix bug #32383. --- module/execution/css/all.css | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 module/execution/css/all.css diff --git a/module/execution/css/all.css b/module/execution/css/all.css old mode 100644 new mode 100755 index b376d8fa05..81bb4a7bde --- a/module/execution/css/all.css +++ b/module/execution/css/all.css @@ -15,3 +15,5 @@ .dtable-cell[data-sort='down'] .dtable-sort:after {color: #000; opacity: 1} .dtable .toggle-icon {border-radius: 50%; border-style: solid;} .dtable-nested-toggle.is-no-child {display: block; opacity: 0; pointer-events: none;} + +.dtable-row.is-normal .dtable-cell[data-col="name"] {padding-left: 20px;}