fix(checkbox): ensure checkbox input dimensions are consistently applied

Ref: #5077
This commit is contained in:
Lorenz Hilpert
2025-05-12 16:28:56 +02:00
parent b0de88301f
commit 4815963565

View File

@@ -20,6 +20,9 @@
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
opacity: 0;
@apply cursor-pointer;
}
@@ -65,6 +68,9 @@
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
opacity: 0;
@apply cursor-pointer;
}