fix: add … after ellipsis css class (#100)

zio/stable
Shinigami 2022-11-25 18:33:40 +01:00 committed by GitHub
parent 2a166b95d2
commit 12ee31477c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ html {
}
.ellipsis {
--at-apply: truncate overflow-hidden ws-nowrap;
&::after {
content: '…';
}
}
}
b, strong {