Fixed overflowing checkbox (#1585)
This commit is contained in:
parent
1c5d4aeeb2
commit
a8390747d3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue