vertical-align: text-bottom;

This commit is contained in:
Raphael Goetter 2017-09-26 14:24:12 +02:00
parent f621dee26a
commit 82851601b7
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
vertical-align: middle;
vertical-align: text-bottom;
outline: 0;
cursor: pointer;
box-shadow: inset 0 0 0 1px $checkbox-color;