From 56311bbe05a8559939db585ccd0c0d69e67a736c Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Tue, 27 Feb 2024 09:07:49 -0800 Subject: [PATCH] web: css cleanup for search results table --- web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/index.html b/web/index.html index e110993..586d4c1 100644 --- a/web/index.html +++ b/web/index.html @@ -109,7 +109,7 @@ } .index .date { - width: 10em; + width: 7em; white-space: nowrap; text-align: right; } @@ -205,7 +205,7 @@ white-space: nowrap; } - .search-results .subject { + .search-results td.subject { display: flex; }