Skip to content

Commit

Permalink
fix(kit): fix text overflow in Prompt component
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpotcs committed Dec 27, 2024
1 parent 0f3e976 commit 7aaced4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/kit/components/prompt/prompt.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.t-content:not(:empty) {
margin-bottom: 0.875rem;
overflow-wrap: break-word;
}

.t-buttons {
Expand Down

0 comments on commit 7aaced4

Please sign in to comment.