mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: long text without line breaks
This commit is contained in:
@@ -368,7 +368,8 @@ function scrollToTop(element: HTMLElement, duration: number) {
|
||||
<h3
|
||||
class="keep-two-lines"
|
||||
overflow="hidden"
|
||||
text="overflow-ellipsis"
|
||||
text="ellipsis"
|
||||
break-anywhere
|
||||
>
|
||||
{{ historyItem.title }}
|
||||
</h3>
|
||||
|
||||
@@ -382,7 +382,7 @@ function scrollToTop(element: HTMLElement, duration: number) {
|
||||
<div flex="~" justify="between" w="full">
|
||||
<div>
|
||||
<span>{{ `${moment.name} ${t('topbar.moments_dropdown.uploaded')}` }}</span>
|
||||
<div overflow="hidden" text="overflow-ellipsis">
|
||||
<div overflow-hidden text-ellipsis break-anywhere>
|
||||
{{ moment.title }}
|
||||
</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user