Skip to content

Commit bff483c

Browse files
committed
actually fix table padding
1 parent bd79823 commit bff483c

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

acarshub-typescript/src/css/site.scss

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -845,12 +845,8 @@ details {
845845
}
846846

847847
// any td under message
848-
td {
849-
padding: 0;
850-
}
851-
852-
td.text_top {
853-
padding: 7px !important;
848+
td:first-child {
849+
padding-left: 0;
854850
}
855851
}
856852

0 commit comments

Comments
 (0)