diff --git a/src/components/status.css b/src/components/status.css index ee529559..3698c5d6 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -1949,6 +1949,10 @@ a.card:is(:hover, :focus):visited { .title { font-weight: 500; + display: block; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .meta {