Skip to content

Commit

Permalink
Bug fix: word-break: break-word replaces break-all (viamrobotic…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed authored Jun 1, 2024
1 parent 3c3f2fc commit c6b4af0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.120",
"version": "0.0.121",
"publishConfig": {
"access": "public"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/tooltip/tooltip-text.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $: style.register({
/>

<div
class="flex items-center gap-1 break-all bg-gray-9 px-2 py-1 text-left text-xs text-white"
class="flex items-center gap-1 break-words bg-gray-9 px-2 py-1 text-left text-xs text-white"
>
<slot />
</div>
Expand Down

0 comments on commit c6b4af0

Please sign in to comment.