Merge branch 'develop' into feature/SSR-135

This commit is contained in:
Kulbhushan Kaushik 2023-01-16 13:49:38 -05:00
commit 25489f1b55

View file

@ -169,10 +169,4 @@ input {
width: 0;
position: absolute;
}
@supports (-moz-appearance: none) {
input {
margin-top: -3.5px;
}
}
</style>