Skip to content

Commit

Permalink
fix(components): inherit text indent in all components with text inhe…
Browse files Browse the repository at this point in the history
…rit (#20300)

fixes #17786
  • Loading branch information
brandyscarney committed Jan 27, 2020
1 parent 7b44ae2 commit 767b005
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/themes/ionic.mixins.scss
Expand Up @@ -28,6 +28,7 @@
font-weight: inherit;
letter-spacing: inherit;
text-decoration: inherit;
text-indent: inherit;
text-overflow: inherit;
text-transform: inherit;
text-align: inherit;
Expand Down

0 comments on commit 767b005

Please sign in to comment.