mirror of https://github.com/zulip/zulip.git
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:
parent
bd04a30bbc
commit
a46b075e0e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue