Skip to content

Commit c67b706

Browse files
authored
update padding
1 parent 9f6e99b commit c67b706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/table.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ table * {
1010
*/
1111
.sl-markdown-content
1212
:is(th:first-child, td:first-child):not(:where(.not-content *)) {
13-
padding-inline-start: unset;
13+
padding-inline-start: 1rem;
1414
}
1515

1616
.sl-markdown-content
1717
:is(th:last-child, td:last-child):not(:where(.not-content *)) {
18-
padding-inline-end: unset;
18+
padding-inline-end: 1rem;
1919
}
2020

2121
/*

0 commit comments

Comments
 (0)