Fixed checkbox width

This commit is contained in:
Vins 2024-07-29 16:49:44 +02:00
parent 9047ab1668
commit f8fb69a3ac

View File

@ -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;