Skip to content

Commit

Permalink
Only apply break-all to the source name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpgreen2 committed Dec 8, 2023
1 parent 752d0b4 commit 83ad3fe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
<div class="w-6 m-auto ml-0 mr-0">
<CheckCircleNew className="fill-blue-500" size="24px" />
</div>
<div class="break-all">
Source "{$sourceImportedName}" imported successfully.
<div class="break-words">
Source <span class="break-all">"{$sourceImportedName}"</span> imported successfully.
</div>
</div>
<div class="flex flex-auto gap-x-2.5" slot="body">
Expand Down

0 comments on commit 83ad3fe

Please sign in to comment.