From 0d4df4b2695a349514d9b3102b82fbeff51dba0a Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Fri, 23 Dec 2022 11:32:00 +0100 Subject: [PATCH] ui: fix link line break --- styles/global.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/global.css b/styles/global.css index ad6d2274..aaba9cc4 100644 --- a/styles/global.css +++ b/styles/global.css @@ -88,7 +88,7 @@ body { --at-apply: 'hidden'; } .ellipsis { - --at-apply: 'line-clamp-1 ws-pre-wrap break-all'; + --at-apply: 'line-clamp-1 ws-pre-wrap break-all inline'; &::after { content: '…'; }