style: make sure checkbox cant shrink

This commit is contained in:
Miodec 2023-11-17 14:53:32 +00:00
parent d879b3af36
commit b2377bc4d4

View file

@ -85,6 +85,7 @@ input[type="checkbox"] {
border-radius: calc(var(--roundness) / 2);
position: relative;
transition: background 0.125s;
flex-shrink: 0;
&:after {
font-family: "Font Awesome 5 Free";
content: "\f00c";