Update select.less
This commit is contained in:
parent
3856fcc4f4
commit
d0b93d0b3c
1 changed files with 5 additions and 4 deletions
|
@ -182,13 +182,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-small &-input, &-small&-multiple &-input{
|
&-small &-input, &-small&-multiple &-input{
|
||||||
height: @input-height-small - 2px;
|
height: @input-height-small - 6px;
|
||||||
line-height: @input-height-small - 2px;
|
line-height: @input-height-small - 6px;
|
||||||
|
top: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-multiple &-input{
|
&-multiple &-input{
|
||||||
height: @input-height-base - 2px;
|
height: @input-height-base - 6px;
|
||||||
line-height: @input-height-base;
|
line-height: @input-height-base - 6px;
|
||||||
padding: 0 0 0 4px;
|
padding: 0 0 0 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue