Skip to content

Commit dbce50d

Browse files
committed
fix: adding min-size for element-input-checkbox
1 parent f4bcbde commit dbce50d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/widgets/inputs/input-checkbox/element-input-checkbox.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ defineProps<{
3434
}
3535
.element-input-checkbox-button{
3636
width: 18px;
37-
height: 18px;
37+
min-width: 18px;
38+
aspect-ratio: 1/1;
39+
3840
margin: 0;
3941
border: var(--vf-input-border);
4042
background-color: var(--vf-input-background);

0 commit comments

Comments
 (0)