fix(#2199): fix height error

keep-around/11ba998252d14e10552e3bffcce91ab0afdc9329
Andrei Dekterev 4 years ago
parent 5f34b492b5
commit 85d6f40fbf
  1. 2
      src/features/AuthServiceApp/components/ChangePassword/index.tsx
  2. 2
      src/features/AuthServiceApp/styled.tsx

@ -60,7 +60,7 @@ const ChangePassword = () => {
<Error>
<T9n t={error} />
</Error>
<ButtonsBlock marginTop={error ? 20 : 0}>
<ButtonsBlock>
<ButtonSolid disabled={isSubmitDisabled}>
{
isFetching

@ -109,7 +109,7 @@ export const ButtonSolid = styled(BaseButtonSolid)<ButtonSolidProps>`
export const Error = styled.span`
align-self: flex-start;
height: 20px;
min-height: 20px;
margin-left: 2px;
color: ${({ theme }) => theme.colors.error};
font-style: normal;

Loading…
Cancel
Save