mirror of https://github.com/zulip/zulip.git
search_pills: Add horizontal spacing to pills in typeahead list.
This commit is contained in:
parent
fa7592e9a1
commit
a0f94d8142
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue