From 73b1b38eb17a68b8bba24dc13027c87865626580 Mon Sep 17 00:00:00 2001 From: "roomote[bot]" <219738659+roomote[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 03:00:26 -0500 Subject: [PATCH] Fix padding on Roo Code Cloud upsell (#10889) Co-authored-by: Roo Code --- webview-ui/src/components/chat/ChatView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webview-ui/src/components/chat/ChatView.tsx b/webview-ui/src/components/chat/ChatView.tsx index 81f6cbebf6..d83694d87c 100644 --- a/webview-ui/src/components/chat/ChatView.tsx +++ b/webview-ui/src/components/chat/ChatView.tsx @@ -1529,7 +1529,7 @@ const ChatViewComponent: React.ForwardRefRenderFunction} onClick={() => openUpsell()} dismissOnClick={false} - className="bg-none mt-6 border-border rounded-xl p-0 py-3 !text-base"> + className="bg-none mt-6 border-border rounded-xl p-3 !text-base">