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

This commit is contained in:
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

View file

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