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,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). */
|
||||
|
|
Loading…
Reference in New Issue