fix(components): inherit text indent in all components with text inherit (#20300)

fixes #17786
This commit is contained in:
Brandy Carney
2020-01-27 11:18:59 -05:00
committed by GitHub
parent 7b44ae2a40
commit 767b005eac

View File

@ -28,6 +28,7 @@
font-weight: inherit; font-weight: inherit;
letter-spacing: inherit; letter-spacing: inherit;
text-decoration: inherit; text-decoration: inherit;
text-indent: inherit;
text-overflow: inherit; text-overflow: inherit;
text-transform: inherit; text-transform: inherit;
text-align: inherit; text-align: inherit;