From b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8 Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 14 May 2015 13:13:33 -0700 Subject: [PATCH] fix dist css --- scss/_custom-forms.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 64dd736830..ceda729793 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -213,7 +213,7 @@ } // IE9 hack to hide the arrow -@media screen and (min-width:0\0) { +@media screen and ("min-width:0\0") { .select select { z-index: 1; padding: .5rem 1.5rem .5rem 1rem;