style: change -webkit-line-clamp of post-card__title-text

This commit is contained in:
jinhojang6 2024-04-07 16:00:04 +03:00
parent b11e591614
commit 7d8979d34f
1 changed files with 1 additions and 1 deletions

View File

@ -243,7 +243,7 @@ PostCard.styles = {
${lsdUtils.typography('h2')}
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-height: calc(3 * var(--lsd-h2-lineHeight));
}