[Glitch] Use CSS to trim long card descriptions

Port e713c545b8 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Christian Schmidt
2023-04-23 22:32:47 +02:00
committed by Claire
parent 11b34a903a
commit 0091b28ffe
2 changed files with 6 additions and 14 deletions

View File

@ -833,6 +833,10 @@ a.status-card {
.status-card__description {
color: $darker-text-color;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.status-card__host {