Skip to content

Commit

Permalink
Merge pull request #1506 from appwrite/fix-word-break-safari
Browse files Browse the repository at this point in the history
Correct word break for Safari
  • Loading branch information
ernstmul authored Nov 11, 2024
2 parents 8c19a49 + 0a096be commit 98e9108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/id.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
style:white-space="nowrap"
class="text u-line-height-1-5"
style:overflow="hidden"
style:word-break="break-all"
use:truncateText>
<slot />
</span>
Expand Down

0 comments on commit 98e9108

Please sign in to comment.