fix: add … after ellipsis css class (#100)
parent
2a166b95d2
commit
12ee31477c
|
@ -56,6 +56,9 @@ html {
|
|||
}
|
||||
.ellipsis {
|
||||
--at-apply: truncate overflow-hidden ws-nowrap;
|
||||
&::after {
|
||||
content: '…';
|
||||
}
|
||||
}
|
||||
}
|
||||
b, strong {
|
||||
|
|
Loading…
Reference in New Issue