From 49af7230783736eaf060b253f1710910f72274d9 Mon Sep 17 00:00:00 2001 From: tophf Date: Thu, 12 Aug 2021 16:56:35 +0300 Subject: [PATCH] don't let wrapped text flow below the usw icon --- popup/search.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/popup/search.css b/popup/search.css index 4ab1f0b8..dba75ef3 100644 --- a/popup/search.css +++ b/popup/search.css @@ -76,8 +76,9 @@ body.search-results-shown { } .search-result-title { + display: flex; + align-items: center; margin-bottom: .5em; - display: block; color: #555; overflow-wrap: break-word; }