fix: Overly round follow-up question suggestions (#9829)

Not that rounded
This commit is contained in:
Bruno Bergher 2025-12-04 16:31:04 +00:00 committed by GitHub
parent 3178113402
commit 29385e01d7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -111,7 +111,7 @@ export const FollowUpSuggest = ({
<div key={`${suggestion.answer}-${ts}`} className="w-full relative group">
<Button
variant="outline"
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"
onClick={(event) => handleSuggestionClick(suggestion, event)}
aria-label={suggestion.answer}>
{suggestion.answer}