Skip to content

Commit

Permalink
fix: break-all on feedbacks message (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoebus-84 authored Oct 9, 2024
1 parent 30f2261 commit cc7d63c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/feedback/d-feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class DFeedback {
</button>
</div>
{this.message && (
<div class="flex flex-col gap-2 items-start">
<div class="flex flex-col gap-2 items-start break-all">
{!this.hide && (
<d-text size="s" class="text-on-alt">
{this.message}
Expand Down

0 comments on commit cc7d63c

Please sign in to comment.