mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +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,16 +246,16 @@
|
||||
.search_list_item .pill-container {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.pill {
|
||||
align-items: baseline;
|
||||
}
|
||||
.pill {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.pill-image {
|
||||
/* Add line-height equal to height to mimic baseline alignment. */
|
||||
line-height: 20px;
|
||||
align-self: center;
|
||||
.pill-image {
|
||||
/* Add line-height equal to height to mimic baseline alignment. */
|
||||
line-height: 20px;
|
||||
align-self: center;
|
||||
}
|
||||
}
|
||||
|
||||
/* Break really long words (unlikely to happen). */
|
||||
|
||||
Reference in New Issue
Block a user