diff --git a/styles/global.css b/styles/global.css index 124c53be..cc1ab03a 100644 --- a/styles/global.css +++ b/styles/global.css @@ -56,6 +56,9 @@ html { } .ellipsis { --at-apply: truncate overflow-hidden ws-nowrap; + &::after { + content: '…'; + } } } b, strong {