Merge pull request #519 from taigaio/issue/2866/private-svg
Add class size limit for SVG on IE11stable
commit
825fe83711
|
@ -2,6 +2,10 @@
|
|||
display: inline-block;
|
||||
margin-left: .5rem;
|
||||
width: .5rem;
|
||||
svg {
|
||||
height: .5rem;
|
||||
width: .5rem;
|
||||
}
|
||||
path {
|
||||
fill: $gray-light;
|
||||
transition: fill .3s linear;
|
||||
|
|
Loading…
Reference in New Issue