SVG fix on IE is now commented
This commit is contained in:
parent
10a6b31380
commit
88373ffc63
1 changed files with 6 additions and 6 deletions
|
@ -26,9 +26,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// SVG width IE fix
|
// 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) {
|
// @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||||
img[src$=".svg"] {
|
// img[src$=".svg"] {
|
||||||
width: 100%;
|
// width: 100%;
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
Loading…
Reference in a new issue