extjs - default Row Editor input css looks bad -
i've noticed when activating row editor inputs css change , bad (like moving down)
for example : when clicking on phone , input moves down.
any idea how fix ?
https://fiddle.sencha.com/#fiddle/mvp

****** update 1 ******
i've applied css solution live
and css fix
.x-form-text { display: inherit; } but still doesn't work , using chrome inspector see css ignored.

this chrome 43 related issue, add following css project
.x-form-text { display: inherit; } please, check fiddle again.
thanks
Comments
Post a Comment