Shrink dropdown note font size to fit on one line

This commit is contained in:
Michael Shamoon 2021-01-23 11:52:05 -08:00
parent a6bd118f5e
commit a5edbcf9ef

View File

@ -44,6 +44,6 @@ small > svg {
line-height: 1; line-height: 1;
small { small {
font-size: 70%; font-size: 65%;
} }
} }