Fix excessive height on input boxes, which caused overflowing on some grid rows
FEA: ItEr77S03Community
This commit is contained in:
parent
1cf8043277
commit
05c5b932ef
1 changed files with 1 additions and 2 deletions
|
|
@ -563,8 +563,7 @@ div.z-grid {
|
|||
|
||||
.z-listbox .z-textbox,.z-listbox .z-decimalbox,.z-listbox .z-intbox,
|
||||
.z-listbox .z-longbox,.z-listbox .z-doublebox {
|
||||
height: 22px;
|
||||
vertical-align:center;
|
||||
height: auto;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue