ui: fix link line break

zio/stable
Anthony Fu 2022-12-23 11:32:00 +01:00
parent 8c53fff9af
commit 0d4df4b269
1 changed files with 1 additions and 1 deletions

View File

@ -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: '…';
}