The Problem got resolved, it was a minor css issue. We need to fix it manually. If you are having any other solution of the problem please tell. I used the following code in custom css to resolve the problem.
form input[type=”number”] {
max-width: 300px;
padding: 10 10 10 10px;
}