Fix height of color inputs
This commit is contained in:
parent
3b3b705ab5
commit
cb2a00fd6a
1 changed files with 4 additions and 0 deletions
|
@ -261,3 +261,7 @@ pre code {
|
|||
color: $white-light;
|
||||
}
|
||||
}
|
||||
|
||||
input[type=color].form-control {
|
||||
height: $input-height;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue