From 0287e3a0cbcf7bd3d03253b65cd82cc6a331f68b Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 8 Aug 2016 09:21:51 -0700 Subject: [PATCH] Fixed size of drop down button on small drop downs --- app/assets/stylesheets/_application.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_application.scss b/app/assets/stylesheets/_application.scss index 0f09980..bf052d1 100644 --- a/app/assets/stylesheets/_application.scss +++ b/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; }