Skip to content

Commit 3bf7e02

Browse files
authored
fix: max-height of post description (#140)
1 parent 864668e commit 3bf7e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PostCard/PostCard.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ $block: '.#{$namespace}post-card';
7676
color: var(--g-color-text-primary);
7777

7878
@supports (-webkit-line-clamp: $linesToShow) {
79-
max-height: auto;
79+
max-height: none;
8080
-webkit-line-clamp: $linesToShow;
8181
}
8282

0 commit comments

Comments
 (0)