From 9d7455d28ae15c63e3e3c08a4b77076ef26c6794 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Jul 2025 20:44:00 +0300 Subject: [PATCH] fix(views/table): expander style affecting row number --- apps/client/src/stylesheets/table.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index 39698f345..e55519b9c 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -153,8 +153,8 @@ } /* Align items without children/expander to the ones with. */ -.tabulator-cell > span:first-child, /* 1st level */ -.tabulator-cell > div:first-child + span { /* sub-level */ +.tabulator-cell[tabulator-field="title"] > span:first-child, /* 1st level */ +.tabulator-cell[tabulator-field="title"] > div:first-child + span { /* sub-level */ padding-left: 21px; }