Hi there,
I checked and this CSS isn’t added,
_::-webkit-:not(:root:root), .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 0 0.65em;
}
I went ahead and added this updated one.
_::-webkit-:not(:root:root), .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
padding: 0 0.65em;
height: 2.65em;
line-height: 2.65em;
}
Please check. Thanks!