mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-23 22:58:08 +00:00
style: change -webkit-line-clamp of post-card__title-text
This commit is contained in:
parent
b11e591614
commit
7d8979d34f
@ -243,7 +243,7 @@ PostCard.styles = {
|
|||||||
${lsdUtils.typography('h2')}
|
${lsdUtils.typography('h2')}
|
||||||
|
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
-webkit-line-clamp: 2;
|
-webkit-line-clamp: 1;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
max-height: calc(3 * var(--lsd-h2-lineHeight));
|
max-height: calc(3 * var(--lsd-h2-lineHeight));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user