Add margin auto to center the checkbox to the middle of the parent component.

This commit is contained in:
Daniel 2018-08-01 16:55:30 -03:00
parent 5599b8288d
commit f64caa7f43

View file

@ -8,6 +8,8 @@
border: 0;
padding: 0;
user-select: none;
margin-top: auto;
margin-bottom: auto;
}
.react-toggle-screenreader-only {