Skip to content

Commit bbe7184

Browse files
authored
Merge pull request #319 from mousheng/fix_label_position
Fix labels position
2 parents d75f5a4 + abb55f1 commit bbe7184

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
@@ -80,7 +80,6 @@ const LabelWrapper = styled.div<{
8080
const Label = styled.span<{ border: boolean }>`
8181
${labelCss};
8282
${(props) => props.border && UnderlineCss};
83-
padding-bottom: 2.5px;
8483
width: fit-content;
8584
user-select: text;
8685
white-space: nowrap;

0 commit comments

Comments
 (0)