mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
fix(frontend): there is insufficient padding below the code block. (#11615)
This commit is contained in:
parent
b85cc0c716
commit
e51685dab4
@ -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>;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user