From 2ba9825820f3e25b1451dbf3fd8b4b6db945711d Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 10 Aug 2023 09:30:43 -0500 Subject: [PATCH] fix(title): text is not cut off in large title --- core/src/components/title/title.ios.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/components/title/title.ios.scss b/core/src/components/title/title.ios.scss index 4031126a209..7e9382959eb 100644 --- a/core/src/components/title/title.ios.scss +++ b/core/src/components/title/title.ios.scss @@ -41,6 +41,7 @@ :host(.title-large) { @include padding(0, 16px); + @include margin(null, null, 6px, null); @include transform-origin(left, center); bottom: 0; @@ -49,8 +50,6 @@ min-width: 100%; - padding-bottom: 6px; - font-size: 34px; font-weight: 700;