Fix Bug 65006 - Auth. When you enter a password in the Edge browser, an additional View Password button appears.

This commit is contained in:
Elyor Djalilov 2023-11-08 16:53:28 +05:00
parent 41c9a1b0a1
commit 6088984c98

View File

@ -28,6 +28,9 @@ const StyledInput = styled(SimpleInput)`
width: calc(100% - 40px);
text-align: ${({ theme }) =>
theme.interfaceDirection === "rtl" ? "right" : "left"};
&::-ms-reveal {
display: none;
}
}
.input-relative {