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 32011a0 commit ae57042Copy full SHA for ae57042
client/packages/lowcoder/src/comps/controls/labelControl.tsx
@@ -69,7 +69,6 @@ const LabelWrapper = styled.div<{
69
}>`
70
display: flex;
71
align-items: center;
72
- line-height: 100%;
73
margin-right: 8px;
74
margin-bottom: ${(props) => (props.position === "row" ? 0 : "3.5px")};
75
justify-content: ${(props) => (props.align === "left" ? "start" : "end")};
0 commit comments