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 0949cbd commit 4e1d247Copy full SHA for 4e1d247
client/packages/lowcoder-design/src/components/control.tsx
@@ -164,7 +164,7 @@ export const ControlPropertyViewWrapper = (
164
</LabelWrapper>
165
)}
166
{preInputNode}
167
- <ChildrenWrapper style={childrenWrapperStyle} $layout={layout}>
+ <ChildrenWrapper style={{...childrenWrapperStyle,marginLeft:label==='Margin'||label==='Padding'?'6px':'0px'}} $layout={layout}>
168
{children}
169
{extraChildren}
170
</ChildrenWrapper>
client/packages/lowcoder/src/comps/controls/colorControl.tsx
@@ -27,7 +27,7 @@ const DepIcon = styled(IconDep)`
27
const ColorInput = styled.div`
28
//position: absolute;
29
outline: none;
30
- width: 140px;
+ width: 135px;
31
min-height: 30px;
32
`;
33
0 commit comments