SVG fix for IE
This commit is contained in:
parent
ca871aa492
commit
857267c397
4 changed files with 28 additions and 22 deletions
|
@ -46,3 +46,10 @@
|
|||
hyphens: manual;
|
||||
}
|
||||
}
|
||||
|
||||
// SVG width IE fix
|
||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
||||
img[src$=".svg"] {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue