Browse Source

Fixed size of drop down button on small drop downs

development
Godwin 8 years ago
committed by GitHub
parent
commit
0287e3a0cb
  1. 2
      app/assets/stylesheets/_application.scss

2
app/assets/stylesheets/_application.scss

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

Loading…
Cancel
Save