Merge branch 'develop' into feature/SSR-135

This commit is contained in:
Kulbhushan Kaushik 2022-12-27 07:42:12 -05:00
commit d86126c1e4

View file

@ -168,4 +168,10 @@ input {
height: 0.1px; // NOTE: cannot be zero or Safari can't put focus on it
width: 0;
}
@supports (-moz-appearance: none) {
input {
margin-top: -3px !important;
}
}
</style>