Skip to content

Commit ae57042

Browse files
author
FalkWolsky
committed
Fix label text bottom cut
1 parent 32011a0 commit ae57042

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/packages/lowcoder/src/comps/controls/labelControl.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ const LabelWrapper = styled.div<{
6969
}>`
7070
display: flex;
7171
align-items: center;
72-
line-height: 100%;
7372
margin-right: 8px;
7473
margin-bottom: ${(props) => (props.position === "row" ? 0 : "3.5px")};
7574
justify-content: ${(props) => (props.align === "left" ? "start" : "end")};

0 commit comments

Comments
 (0)