From 85d6f40fbfbfea5945f7f59ec79a13da1a3b0f7c Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Fri, 4 Feb 2022 18:05:48 +0700 Subject: [PATCH] fix(#2199): fix height error --- src/features/AuthServiceApp/components/ChangePassword/index.tsx | 2 +- src/features/AuthServiceApp/styled.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;