Add max height to track SVG items to avoid IE11 problems

stable
Xavier Julián 2015-10-29 14:41:21 +01:00
parent b5c6c2326a
commit c8e22aba03
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@
}
.icon {
svg {
max-height: 1rem;
max-width: 1rem;
}
path {