Fixed size of drop down button on small drop downs

This commit is contained in:
Godwin 2016-08-08 09:21:51 -07:00 committed by GitHub
parent 1a67c86b61
commit 0287e3a0cb

View File

@ -3213,7 +3213,7 @@ html[data-lingua-franca-example="html"] {
@include _(appearance, none); @include _(appearance, none);
} }
&.small { &.small label {
@include after { @include after {
font-size: 1em; font-size: 1em;
} }