From d037e4c6c4b3e6903bcc6aff943f9d979fc131b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 16 Jun 2015 10:41:34 +0200 Subject: [PATCH] Add class size limit for SVG on IE11 --- app/styles/components/private.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/styles/components/private.scss b/app/styles/components/private.scss index 47c1cc0b..00daaaad 100644 --- a/app/styles/components/private.scss +++ b/app/styles/components/private.scss @@ -2,6 +2,10 @@ display: inline-block; margin-left: .5rem; width: .5rem; + svg { + height: .5rem; + width: .5rem; + } path { fill: $gray-light; transition: fill .3s linear;