Improve cards description
This commit is contained in:
parent
2a72890d99
commit
68a3d071a6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue