mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix layout of chat content when scrollbar becomes visible
This commit is contained in:
@@ -343,7 +343,7 @@ const ChatRow: React.FC<ChatRowProps> = ({ message, syntaxHighlighterStyle }) =>
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
padding: "10px 15px 10px 15px",
|
||||
padding: "10px 0px 10px 0px",
|
||||
}}>
|
||||
{renderContent()}
|
||||
{isExpanded && message.say === "api_req_started" && (
|
||||
|
||||
Reference in New Issue
Block a user