Fixed overflowing checkbox (#1585)

This commit is contained in:
Nakul Chauhan 2021-10-18 11:15:36 +05:30 committed by GitHub
parent 1c5d4aeeb2
commit a8390747d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
.Switch { .Switch {
display: flex; display: flex;
flex-shrink: 0; flex-shrink: 0;
align-items: center;
box-sizing: content-box; box-sizing: content-box;
height: 14px; height: 14px;
width: 26px; width: 26px;