diff --git a/web/htdocs/themes/facelift/scss/_pages.scss b/web/htdocs/themes/facelift/scss/_pages.scss index f07382a9602ae..99a4b586a6124 100644 --- a/web/htdocs/themes/facelift/scss/_pages.scss +++ b/web/htdocs/themes/facelift/scss/_pages.scss @@ -501,6 +501,10 @@ table.data { background: transparent; border: 0; + &:first-child { + padding-left: 0; /* left align first column header with group header */ + } + /* TODO: Check whether this style is redundant due to a .last_col style in * _views.scss */ &:last-child {