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; }