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?