Skip to content

Commit

Permalink
fix(title): text is not cut off in large title
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Aug 10, 2023
1 parent 370fb41 commit 2ba9825
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/components/title/title.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

:host(.title-large) {
@include padding(0, 16px);
@include margin(null, null, 6px, null);
@include transform-origin(left, center);

bottom: 0;
Expand All @@ -49,8 +50,6 @@

min-width: 100%;

padding-bottom: 6px;

font-size: 34px;
font-weight: 700;

Expand Down

0 comments on commit 2ba9825

Please sign in to comment.