Add max height to track SVG items to avoid IE11 problems
parent
b5c6c2326a
commit
c8e22aba03
|
@ -126,6 +126,7 @@
|
|||
}
|
||||
.icon {
|
||||
svg {
|
||||
max-height: 1rem;
|
||||
max-width: 1rem;
|
||||
}
|
||||
path {
|
||||
|
|
Loading…
Reference in New Issue