Skip to content

Commit 085a33c

Browse files
small fix
1 parent 936d95a commit 085a33c

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

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

0 commit comments

Comments
 (0)