From c8e22aba03f0e506cb11eb851347fddb8916ad29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Thu, 29 Oct 2015 14:41:21 +0100 Subject: [PATCH] Add max height to track SVG items to avoid IE11 problems --- app/styles/dependencies/mixins.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/styles/dependencies/mixins.scss b/app/styles/dependencies/mixins.scss index 15005727..6a056852 100644 --- a/app/styles/dependencies/mixins.scss +++ b/app/styles/dependencies/mixins.scss @@ -126,6 +126,7 @@ } .icon { svg { + max-height: 1rem; max-width: 1rem; } path {