mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 06:48:02 -05:00
fix(frontend): there is insufficient padding below the code block. (#11615)
This commit is contained in:
@@ -7,5 +7,5 @@ export function paragraph({
|
||||
}: React.ClassAttributes<HTMLParagraphElement> &
|
||||
React.HTMLAttributes<HTMLParagraphElement> &
|
||||
ExtraProps) {
|
||||
return <p className="pb-[10px] last:pb-0">{children}</p>;
|
||||
return <p className="py-2.5 first:pt-0 last:pb-0">{children}</p>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user