From a0f94d81423d45d364cc50eb9efba7793fbd4a37 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Fri, 19 Jul 2024 11:44:38 -0400 Subject: [PATCH] search_pills: Add horizontal spacing to pills in typeahead list. --- web/styles/search.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/search.css b/web/styles/search.css index 13aed7ff09..9b3d739a70 100644 --- a/web/styles/search.css +++ b/web/styles/search.css @@ -353,7 +353,7 @@ } .search_list_item .pill-container { - margin-left: 5px; + margin: 1px 5px; /* This contains only one pill, which handles its own border */ border: none; cursor: pointer;