web: css cleanup for search results table

This commit is contained in:
Bill Thiede 2024-02-27 09:07:49 -08:00
parent 994631e872
commit 56311bbe05

View File

@ -109,7 +109,7 @@
} }
.index .date { .index .date {
width: 10em; width: 7em;
white-space: nowrap; white-space: nowrap;
text-align: right; text-align: right;
} }
@ -205,7 +205,7 @@
white-space: nowrap; white-space: nowrap;
} }
.search-results .subject { .search-results td.subject {
display: flex; display: flex;
} }