We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7df268c commit 93e4650Copy full SHA for 93e4650
webview-ui/src/components/chat/FollowUpSuggest.tsx
@@ -111,7 +111,7 @@ export const FollowUpSuggest = ({
111
<div key={`${suggestion.answer}-${ts}`} className="w-full relative group">
112
<Button
113
variant="outline"
114
- className="text-left whitespace-normal break-words w-full h-auto px-3 py-2 justify-start pr-8"
+ className="text-left whitespace-normal break-words w-full h-auto px-3 py-2 justify-start pr-8 rounded-xl"
115
onClick={(event) => handleSuggestionClick(suggestion, event)}
116
aria-label={suggestion.answer}>
117
{suggestion.answer}
0 commit comments