From 741ae50c9b4fba21a2b3381ca929abd410ad9f6f Mon Sep 17 00:00:00 2001 From: John Cowen Date: Tue, 4 Dec 2018 17:02:59 +0000 Subject: [PATCH] ui: Correctly escape an inline svg icon (#5032) --- ui-v2/app/styles/components/icons/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-v2/app/styles/components/icons/index.scss b/ui-v2/app/styles/components/icons/index.scss index f0f110694..b17f57590 100644 --- a/ui-v2/app/styles/components/icons/index.scss +++ b/ui-v2/app/styles/components/icons/index.scss @@ -189,7 +189,7 @@ %with-inverted-tick { @extend %pseudo-icon; background-color: $ui-color-transparent; - background-image: url('data:image/svg+xml;charset=UTF-8,'); + background-image: url('data:image/svg+xml;charset=UTF-8,'); height: 20px !important; width: 16px !important; }