Improve cards description

This commit is contained in:
Jay Trees 2022-03-07 10:21:01 +01:00
parent 2a72890d99
commit 68a3d071a6

View file

@ -113,7 +113,7 @@ img {
overflow: hidden; overflow: hidden;
} }
.ui.card > .content > .description { .ui.card > .content > .description {
max-height: calc(3em * var(--lineHeight)); max-height: calc(6em * var(--lineHeight));
overflow: hidden; overflow: hidden;
} }
@media (hover: hover) { @media (hover: hover) {