fix: add bottom padding to button container for proper spacing

This commit is contained in:
hannesrudolph 2025-07-07 14:33:02 -06:00
parent 40b4175a37
commit 961b409b37

View file

@ -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