diff --git a/sass/_library/_misc.scss b/sass/_library/_misc.scss index 6b759cf..1bc0434 100644 --- a/sass/_library/_misc.scss +++ b/sass/_library/_misc.scss @@ -26,9 +26,9 @@ } } -// SVG width IE fix -@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - img[src$=".svg"] { - width: 100%; - } -} +// SVG width IE fix. WARNING: use only if you have SVG problems on IE. +// @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { +// img[src$=".svg"] { +// width: 100%; +// } +// }