typeahead: Restore line height to original value.

e5e5ba6cea reduce the line height
of the typeaheads, which doesn't look for stream typeaheads. We
restore it back to original value.
This commit is contained in:
Aman Agrawal 2024-07-13 06:04:28 +00:00 committed by Tim Abbott
parent bd04a30bbc
commit a46b075e0e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
font-weight: normal;
/* We want to keep this `max-width` less than 320px. */
max-width: 292px;
line-height: var(--base-line-height-unitless);
line-height: 1.43; /* 20px / 14px */
color: var(--color-dropdown-item);
white-space: nowrap;