typeahead: Scale header text with font size.

This commit is contained in:
evykassirer
2025-02-20 19:09:17 -08:00
committed by Tim Abbott
parent 18d83534ff
commit 04e30ab1df

View File

@@ -155,7 +155,7 @@
#typeahead-header-text {
color: var(--color-dropdown-item);
font-size: 12px;
font-size: 0.8571em; /* 12px at 14px/em */
}
a strong.typeahead-strong-section {