File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/gitbook/src/components/AIChat Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ export function AIChatFollowupSuggestions(props: {
15
15
}
16
16
17
17
return (
18
- < div className = "mt-auto flex flex-row flex-wrap justify-end gap-2" >
18
+ < div className = "mt-auto flex w-full flex-wrap justify-end gap-2" >
19
19
{ chat . followUpSuggestions . map ( ( suggestion , index ) => (
20
20
< Button
21
21
key = { index }
22
22
onClick = { ( ) => {
23
23
chatController . postMessage ( { message : suggestion } ) ;
24
24
} }
25
25
label = { suggestion }
26
- className = "animate-[present_500ms_both] whitespace-normal text-left ring-1 ring-tint-subtle"
26
+ className = "!whitespace-normal max-w-full animate-[present_500ms_both] text-left ring-1 ring-tint-subtle"
27
27
size = "medium"
28
28
variant = "blank"
29
29
style = { {
You can’t perform that action at this time.
0 commit comments