From 128c12d0e24e2a845dbf8f18927143537bdad502 Mon Sep 17 00:00:00 2001 From: evykassirer Date: Thu, 21 Sep 2023 11:21:22 -0700 Subject: [PATCH] search: Nest pill styling under the typeahead styles. This is needed for adding pills to search, so that these styles don't get applied to the search pills. --- web/styles/search.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/web/styles/search.css b/web/styles/search.css index 58f4746a32..0d13acd9b4 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -246,16 +246,16 @@ .search_list_item .pill-container { margin-left: 5px; } - } - .pill { - align-items: baseline; - } + .pill { + align-items: baseline; + } - .pill-image { - /* Add line-height equal to height to mimic baseline alignment. */ - line-height: 20px; - align-self: center; + .pill-image { + /* Add line-height equal to height to mimic baseline alignment. */ + line-height: 20px; + align-self: center; + } } /* Break really long words (unlikely to happen). */