Skip to content

Commit

Permalink
fix: modal title should not truncated
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Aug 25, 2024
1 parent 925cd04 commit 5532d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joi/src/core/Modal/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fieldset,
}

&__title {
@apply line-clamp-1;
@apply leading-relaxed;
margin: 0 0 8px 0;
padding-right: 16px;
font-weight: 600;
Expand Down

0 comments on commit 5532d4d

Please sign in to comment.