From 767b005eacf00b640973bfb381de4dcedf083399 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 27 Jan 2020 11:18:59 -0500 Subject: [PATCH] fix(components): inherit text indent in all components with text inherit (#20300) fixes #17786 --- core/src/themes/ionic.mixins.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/themes/ionic.mixins.scss b/core/src/themes/ionic.mixins.scss index 3eaa4a6e2db..cc8b0751f0f 100644 --- a/core/src/themes/ionic.mixins.scss +++ b/core/src/themes/ionic.mixins.scss @@ -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;