forked from Mirrors/elk
ui: fix link line break
This commit is contained in:
parent
8c53fff9af
commit
0d4df4b269
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ body {
|
||||||
--at-apply: 'hidden';
|
--at-apply: 'hidden';
|
||||||
}
|
}
|
||||||
.ellipsis {
|
.ellipsis {
|
||||||
--at-apply: 'line-clamp-1 ws-pre-wrap break-all';
|
--at-apply: 'line-clamp-1 ws-pre-wrap break-all inline';
|
||||||
&::after {
|
&::after {
|
||||||
content: '…';
|
content: '…';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue