mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
fix: Overly round follow-up question suggestions (#9829)
Not that rounded
This commit is contained in:
parent
3178113402
commit
29385e01d7
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue