Skip to content

Commit 2574351

Browse files
authored
fix: align expanded content inside expand collapse button (#10497)
1 parent 8c7cbed commit 2574351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style/_table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ table {
1111
tbody {
1212
tr {
1313
td {
14-
padding: 0;
14+
padding: 0 0 0 1em;
1515

1616
vertical-align: top;
1717

0 commit comments

Comments
 (0)