Merge pull request #519 from taigaio/issue/2866/private-svg

Add class size limit for SVG on IE11
stable
Juanfran 2015-06-17 22:47:29 -07:00
commit 825fe83711
1 changed files with 4 additions and 0 deletions

View File

@ -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;