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