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). */