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),