Chrome update changed size of the input type text

0

After the last update of Google Chrome the input text that is displayed within jquery dialogs has increased in size in the view. I did some research and tried to fix using the code below:

input {
    -webkit-box-sizing: border-box;
}

But I did not succeed. Does anyone know how to get around this?

    
asked by anonymous 19.10.2015 / 18:08

0 answers