Fixed checkbox width
This commit is contained in:
parent
9047ab1668
commit
f8fb69a3ac
@ -36,6 +36,8 @@
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
min-width: 20px;
|
||||||
|
max-width: 20px;
|
||||||
border-radius: var(--radius-full, 360px);
|
border-radius: var(--radius-full, 360px);
|
||||||
border: 2px solid var(--select-option-unselected-default-border, #6d7e8a);
|
border: 2px solid var(--select-option-unselected-default-border, #6d7e8a);
|
||||||
margin-right: 16px;
|
margin-right: 16px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user