From 12ee31477cfff622d1c932be42afbeccbc0b6762 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Fri, 25 Nov 2022 18:33:40 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20add=20=E2=80=A6=20after=20ellipsis=20css?= =?UTF-8?q?=20class=20(#100)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/global.css | 3 +++ 1 file changed, 3 insertions(+) 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 {