diff --git a/src/features/AuthServiceApp/components/ChangePassword/index.tsx b/src/features/AuthServiceApp/components/ChangePassword/index.tsx index 68fba561..c1d93e86 100644 --- a/src/features/AuthServiceApp/components/ChangePassword/index.tsx +++ b/src/features/AuthServiceApp/components/ChangePassword/index.tsx @@ -60,7 +60,7 @@ const ChangePassword = () => { - + { isFetching diff --git a/src/features/AuthServiceApp/styled.tsx b/src/features/AuthServiceApp/styled.tsx index caa30398..4f48517d 100644 --- a/src/features/AuthServiceApp/styled.tsx +++ b/src/features/AuthServiceApp/styled.tsx @@ -109,7 +109,7 @@ export const ButtonSolid = styled(BaseButtonSolid)` 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;