From 3d489efd0717b49b678ce4a564bd654ff2779fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20Juli=C3=A1n?= Date: Tue, 12 Jan 2016 10:14:38 +0100 Subject: [PATCH] Fix svg height problems --- app/styles/core/elements.scss | 4 ++-- app/styles/modules/common/nav.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/styles/core/elements.scss b/app/styles/core/elements.scss index c7d57631..b74468c4 100644 --- a/app/styles/core/elements.scss +++ b/app/styles/core/elements.scss @@ -48,8 +48,8 @@ sup { } svg { - max-height: 1rem; - max-width: 1rem; + height: 1rem; + width: 1rem; } //Datepicker diff --git a/app/styles/modules/common/nav.scss b/app/styles/modules/common/nav.scss index b5f4be4e..4472d51a 100644 --- a/app/styles/modules/common/nav.scss +++ b/app/styles/modules/common/nav.scss @@ -59,8 +59,8 @@ tg-project-menu { } } svg { - max-height: 1.5rem; - max-width: 1.5rem; + height: 1.5rem; + width: 1.5rem; path { opacity: 1; }