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:
evykassirer 2023-09-21 11:21:22 -07:00 committed by Tim Abbott
parent ec0ef35f3c
commit 128c12d0e2
1 changed files with 8 additions and 8 deletions

View File

@ -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). */