mirror of https://github.com/buster-so/buster.git
Update ToggleNode.tsx
This commit is contained in:
parent
c77f0e02ea
commit
c602c1f98c
|
@ -12,7 +12,7 @@ export function ToggleElement(props: PlateElementProps) {
|
|||
const hasContent = element.children.some((child) => child.text);
|
||||
|
||||
return (
|
||||
<PlateElement {...props} className="pl-6">
|
||||
<PlateElement {...props} className="pl-6 my-2">
|
||||
<Button
|
||||
size="small"
|
||||
variant="ghost"
|
||||
|
|
Loading…
Reference in New Issue