Skip to content

Commit

Permalink
fix: modal title should not truncated (#3450)
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur authored Aug 26, 2024
1 parent 6d33ff6 commit 8317b9a
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 8317b9a

Please sign in to comment.