mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-19 23:40:07 +00:00
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';
|
||||
}
|
||||
.ellipsis {
|
||||
--at-apply: 'line-clamp-1 ws-pre-wrap break-all';
|
||||
--at-apply: 'line-clamp-1 ws-pre-wrap break-all inline';
|
||||
&::after {
|
||||
content: '…';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue