Skip to content

Commit 36d9373

Browse files
committed
fix: remove excess margin between types
1 parent 902999d commit 36d9373

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/generators/web/ui/index.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ main {
2020
.overflow-container {
2121
overflow-x: auto;
2222
width: 100%;
23+
table td a + a {
24+
margin-right: 0;
25+
}
2326
}
2427

2528
table {

0 commit comments

Comments
 (0)