mirror of https://github.com/ElemeFE/element
Fix line height of cascader label
Cascader label isn't aligned in its parent element.pull/5577/merge
parent
78ec098960
commit
84c81ff9f9
|
@ -34,7 +34,7 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
line-height: 34px;
|
line-height: 36px;
|
||||||
padding: 0 25px 0 10px;
|
padding: 0 25px 0 10px;
|
||||||
color: var(--input-color);
|
color: var(--input-color);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue