Skip to content

Commit 5610b26

Browse files
committed
Show borders for table.form elements
1 parent fce0e8d commit 5610b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/theme.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ table {
4646
}
4747

4848
tr:not(:last-child) {
49+
/* FIXME this is sometimes invisible depending on zoom level in Firefox. */
4950
border-bottom: 1px solid;
5051
}
5152

@@ -83,7 +84,6 @@ form.form {
8384
}
8485

8586
table.form {
86-
border-collapse: unset;
8787
width: 100%;
8888
}
8989

0 commit comments

Comments
 (0)