Skip to content

Commit 30e71c2

Browse files
committed
improve table list style
1 parent 6fdadc2 commit 30e71c2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/styles/table.module.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,18 @@
1515
margin-top: 0 !important;
1616
}
1717

18+
.table td > ul li {
19+
margin: 0.5rem 0;
20+
}
21+
22+
.table td > ul li:first-child {
23+
margin-top: 0;
24+
}
25+
26+
.table td > ul li:last-child {
27+
margin-bottom: 0;
28+
}
29+
1830
.table td:last-child {
1931
padding-right: 0;
2032
}

0 commit comments

Comments
 (0)