Skip to content

Commit f07e279

Browse files
committed
fix(prompt): make suggestion text wrap
1 parent eb0aaf0 commit f07e279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/scss/components/suggestion/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
}
3232
.k-suggestion {
3333
@include border-radius( $kendo-suggestion-border-radius );
34+
max-width: 100%;
3435
padding-block: $kendo-suggestion-padding-y;
3536
padding-inline: $kendo-suggestion-padding-x;
3637
box-sizing: border-box;

0 commit comments

Comments
 (0)