TootPreviewCard: limit text lines (#9)
A problem in this impl is that the ellipsis does not show.
This commit is contained in:
parent
5325576ff4
commit
e32de2f2e9
3 changed files with 13 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
.title {
|
||||
font-size: var(--title-size);
|
||||
font-weight: var(--title-weight);
|
||||
line-height: var(--title-line-height);
|
||||
}
|
||||
|
||||
.subheading {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue