diff --git a/web/ASC.Web.Components/src/components/password-input/index.js b/web/ASC.Web.Components/src/components/password-input/index.js index c99f729bcc..f85cdc17f5 100644 --- a/web/ASC.Web.Components/src/components/password-input/index.js +++ b/web/ASC.Web.Components/src/components/password-input/index.js @@ -28,6 +28,10 @@ const StyledInput = styled(SimpleInput)` @media ${tablet} { flex-wrap: wrap; } + + .append { + padding-right: 8px; + } `; const PasswordProgress = styled.div`