TootPreviewCard: limit text lines (#9)

A problem in this impl is that the ellipsis does
not show.
This commit is contained in:
thislight 2024-09-14 15:08:17 +08:00
parent 5325576ff4
commit e32de2f2e9
3 changed files with 13 additions and 0 deletions

View file

@ -22,6 +22,7 @@
.title {
font-size: var(--title-size);
font-weight: var(--title-weight);
line-height: var(--title-line-height);
}
.subheading {