Skip to content

Commit

Permalink
fix: svg alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
inikolova authored and joneff committed Sep 14, 2020
1 parent afe57d1 commit 5ad3888
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/default/scss/icons/_layout.scss
Expand Up @@ -40,10 +40,12 @@
.k-svg-icon {
width: 1em;
height: 1em;
display: inline-block;
display: inline-flex;
vertical-align: middle;

> svg {
fill: currentColor;
flex: 1 0 auto;
}

&.k-flip-h,
Expand Down

0 comments on commit 5ad3888

Please sign in to comment.