fix: modal title should not truncated (#3450)

This commit is contained in:
Faisal Amir 2024-08-26 16:11:32 +07:00 committed by GitHub
parent 6d33ff60f9
commit 8317b9a458
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ fieldset,
}
&__title {
@apply line-clamp-1;
@apply leading-relaxed;
margin: 0 0 8px 0;
padding-right: 16px;
font-weight: 600;