Skip to content

Commit da9f66a

Browse files
authored
fix: remove excess margin between types (#532)
1 parent a189027 commit da9f66a

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)