/status: fix formatting of table cells.

Make the table cells on the /status page centered instead of
top-aligned, and make the labels fit on one line.
This commit is contained in:
evazion
2021-09-29 06:33:46 -05:00
parent f9d25660b8
commit 95fc3a207c

View File

@@ -56,11 +56,12 @@ table.search, table.aligned-vertical {
th {
text-align: right;
padding-right: 1em;
vertical-align: top;
vertical-align: middle;
white-space: nowrap;
}
td {
vertical-align: top;
vertical-align: middle;
}
}