mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 10:26:28 +00:00
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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user