Skip to content

Commit 4d45586

Browse files
committed
move native input up a little to make it hide.
1 parent d635fdd commit 4d45586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-boolean-input/lib/uui-boolean-input.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export abstract class UUIBooleanInputElement extends FormControlMixin(
3636
position: absolute;
3737
height: 0px;
3838
width: 0px;
39+
margin-top: -4px;
3940
}
4041
4142
:host([label-position='left']) label {

0 commit comments

Comments
 (0)