mirror of https://github.com/zulip/zulip.git
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.
This commit is contained in:
parent
ec0ef35f3c
commit
128c12d0e2
|
@ -246,7 +246,6 @@
|
||||||
.search_list_item .pill-container {
|
.search_list_item .pill-container {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.pill {
|
.pill {
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
|
@ -257,6 +256,7 @@
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/* Break really long words (unlikely to happen). */
|
/* Break really long words (unlikely to happen). */
|
||||||
.search_list_item span {
|
.search_list_item span {
|
||||||
|
|
Loading…
Reference in New Issue