mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(components): inherit text indent in all components with text inherit (#20300)
fixes #17786
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user