Skip to content

Commit

Permalink
fix(icon): svg does not fit in flexbox space inside icon (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy-cat authored and GitHub Enterprise committed Jan 8, 2021
1 parent 11584cb commit da71316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ng-aquila/src/icon/icon.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ $icon-outline-size-xl: 160px;
width: 1em;
height: 1em;
fill: currentColor;
flex: 0 0 auto;
}

&:before {
Expand Down

0 comments on commit da71316

Please sign in to comment.