Web: Components: PasswordInput: fixed margin left of placeholder

This commit is contained in:
Artem Tarasov 2020-10-30 10:00:33 +03:00
parent 1a207a5bf7
commit 06c6aab267

View File

@ -34,6 +34,10 @@ const StyledInput = styled(SimpleInput)`
padding-right: 8px;
}
.prepend > div {
padding: 0;
}
.break {
flex-basis: 100%;
height: 0;