Skip to content

Commit 1d0bf36

Browse files
committed
comment added
1 parent 4e1d247 commit 1d0bf36

File tree

1 file changed

+1
-1
lines changed
  • client/packages/lowcoder-design/src/components

1 file changed

+1
-1
lines changed

client/packages/lowcoder-design/src/components/control.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const ControlPropertyViewWrapper = (
164164
</LabelWrapper>
165165
)}
166166
{preInputNode}
167-
<ChildrenWrapper style={{...childrenWrapperStyle,marginLeft:label==='Margin'||label==='Padding'?'6px':'0px'}} $layout={layout}>
167+
<ChildrenWrapper style={{...childrenWrapperStyle,marginLeft:label==='Margin'||label==='Padding'?'6px':'0px'}} $layout={layout}> //margin and padding are calculated differently so they're made equal
168168
{children}
169169
{extraChildren}
170170
</ChildrenWrapper>

0 commit comments

Comments
 (0)