mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: add bottom padding to button container for proper spacing
This commit is contained in:
parent
40b4175a37
commit
961b409b37
1 changed files with 1 additions and 1 deletions
|
|
@ -1634,7 +1634,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction<ChatViewRef, ChatViewPro
|
|||
<div
|
||||
className={`${
|
||||
primaryButtonText || secondaryButtonText || tertiaryButtonText || isStreaming
|
||||
? "px-[15px] pt-[10px]"
|
||||
? "px-[15px] pt-[10px] pb-[10px]"
|
||||
: "p-0"
|
||||
} ${
|
||||
primaryButtonText || secondaryButtonText || tertiaryButtonText || isStreaming
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue