From c5def6c0e3b32fd1a5ac3322ce31e321bdcbc69d Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 12 Aug 2024 20:54:16 -0700 Subject: [PATCH] web: allow clicking anywhere in the subject line in search results --- web/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/static/style.css b/web/static/style.css index 9cfd518..74a4435 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -247,11 +247,11 @@ input::placeholder, } .search-results .subject .text { - padding-left: 0.5rem; + display: inline-block; overflow: hidden; + padding-left: 0.5rem; text-overflow: ellipsis; white-space: nowrap; - display: inline-block; width: 100%; }