Show borders for table.form elements

This commit is contained in:
David Hoppenbrouwers
2022-10-24 19:11:27 +02:00
parent fce0e8d595
commit 5610b26220

View File

@@ -46,6 +46,7 @@ table {
}
tr:not(:last-child) {
/* FIXME this is sometimes invisible depending on zoom level in Firefox. */
border-bottom: 1px solid;
}
@@ -83,7 +84,6 @@ form.form {
}
table.form {
border-collapse: unset;
width: 100%;
}