We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120fc79 commit a002154Copy full SHA for a002154
packages/x-flow/src/components/NodeContainer/index.tsx
@@ -40,7 +40,7 @@ export default memo((props: any) => {
40
getPopupContainer={() =>
41
document.getElementById('xflow-container') as HTMLElement
42
}
43
- overlayInnerStyle={{ padding: '12px 6px' }}
+ overlayInnerStyle={{ padding: '12px 16px' }}
44
>
45
<span className="icon-box" style={{ background: icon?.bgColor }}>
46
{iconSvg ? iconSvg : <IconBox {...icon} />}
0 commit comments