Fix height of color inputs

This commit is contained in:
Paul Slaughter 2018-06-07 11:14:34 -05:00
parent 3b3b705ab5
commit cb2a00fd6a

View file

@ -261,3 +261,7 @@ pre code {
color: $white-light;
}
}
input[type=color].form-control {
height: $input-height;
}