Skip to content

Commit

Permalink
fix: max-height of post description (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
niktverd authored Oct 26, 2023
1 parent 864668e commit 3bf7e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PostCard/PostCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $block: '.#{$namespace}post-card';
color: var(--g-color-text-primary);

@supports (-webkit-line-clamp: $linesToShow) {
max-height: auto;
max-height: none;
-webkit-line-clamp: $linesToShow;
}

Expand Down

0 comments on commit 3bf7e02

Please sign in to comment.