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

enter image description here

****** 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.

enter image description here

this chrome 43 related issue, add following css project

.x-form-text {     display: inherit; } 

please, check fiddle again.

thanks


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -