We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864668e commit 3bf7e02Copy full SHA for 3bf7e02
src/components/PostCard/PostCard.scss
@@ -76,7 +76,7 @@ $block: '.#{$namespace}post-card';
76
color: var(--g-color-text-primary);
77
78
@supports (-webkit-line-clamp: $linesToShow) {
79
- max-height: auto;
+ max-height: none;
80
-webkit-line-clamp: $linesToShow;
81
}
82
0 commit comments