Commit cb2a00fd authored by Paul Slaughter's avatar Paul Slaughter

Fix height of color inputs

parent 3b3b705a
......@@ -261,3 +261,7 @@ pre code {
color: $white-light;
}
}
input[type=color].form-control {
height: $input-height;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment