Skip to content

Commit 86bc4a6

Browse files
committed
Fix #7230
1 parent fcc2e00 commit 86bc4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/client/src/stylesheets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ svg.ck-icon .note-icon {
10081008
--ck-content-line-height: var(--bs-body-line-height);
10091009
}
10101010

1011-
.ck-content .table table th {
1011+
:root .ck-content .table table:not(.layout-table) th {
10121012
background-color: var(--accented-background-color);
10131013
}
10141014

0 commit comments

Comments
 (0)