diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 64dd7368306a3e365b61ae419eb9e25a60026d1b..ceda7297938184f53f2eee153e801d0399f89b55 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;