[mv3] Remove hard-coded line height

This commit is contained in:
Raymond Hill 2025-05-13 10:52:42 -04:00
parent 71244bc37b
commit ed3a0b8ab9
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -18,7 +18,6 @@
--popup-gap-thin: calc(0.5 * var(--popup-gap));
--popup-gap-extra-thin: calc(0.25 * var(--popup-gap));
font-size: var(--font-size);
line-height: 20px;
min-width: var(--popup-min-width);
}
:root body.loading {