mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-22 13:36:27 +08:00
style: make sure checkbox cant shrink
This commit is contained in:
parent
d879b3af36
commit
b2377bc4d4
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue