From bd840a24217c940f7c4c3d15985b8cbaacdcebc4 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 17 Jul 2025 14:40:44 +0300 Subject: [PATCH] feat(views/table): align items expanders --- apps/client/src/stylesheets/table.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/client/src/stylesheets/table.css b/apps/client/src/stylesheets/table.css index 81b93568f..175f1e422 100644 --- a/apps/client/src/stylesheets/table.css +++ b/apps/client/src/stylesheets/table.css @@ -152,6 +152,11 @@ color: var(--row-text-color); } +/* Align items without children/expander to the ones with. */ +.tabulator-cell > div:first-child + span { + padding-left: 21px; +} + /* Checkbox cells */ .tabulator .tabulator-cell:has(svg),