search_pills: Add horizontal spacing to pills in typeahead list.

This commit is contained in:
Karl Stolley 2024-07-19 11:44:38 -04:00 committed by Tim Abbott
parent fa7592e9a1
commit a0f94d8142
1 changed files with 1 additions and 1 deletions

View File

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