From c0289362f76c99455c5adf76048263ce58d26c12 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 19 Jun 2020 16:44:34 -0400 Subject: [PATCH] Safari icon fix, follow up to 5cc0369 --- .../stylesheets/common/select-kit/dropdown-select-box.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss index 23a9068c469..edbbd85192a 100644 --- a/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss +++ b/app/assets/stylesheets/common/select-kit/dropdown-select-box.scss @@ -27,6 +27,7 @@ .d-icon { flex: 0 0 100%; + overflow: hidden; // Safari font-size: $font-up-2; align-self: center; margin-right: 0;