diff --git a/src/components/landing-page/form-elements.tsx b/src/components/landing-page/form-elements.tsx index bcbb61c6..b7c5256f 100644 --- a/src/components/landing-page/form-elements.tsx +++ b/src/components/landing-page/form-elements.tsx @@ -50,7 +50,7 @@ export const StyledWarningMessage = styled.div` display: flex; align-items: center; - &.with-loader { + &.with-min-width { min-width: 27rem; } `; diff --git a/src/components/landing-page/join-production.tsx b/src/components/landing-page/join-production.tsx index 32cd4364..aacea224 100644 --- a/src/components/landing-page/join-production.tsx +++ b/src/components/landing-page/join-production.tsx @@ -211,7 +211,7 @@ export const JoinProduction = ({ preSelected }: TProps) => { ))} ) : ( - + Controlled by operating system )} @@ -238,7 +238,7 @@ export const JoinProduction = ({ preSelected }: TProps) => { ))} {!production && ( - + Please enter a production id {loading && } diff --git a/src/components/manage-productions/manage-productions.tsx b/src/components/manage-productions/manage-productions.tsx index f0a704bc..45dfcb29 100644 --- a/src/components/manage-productions/manage-productions.tsx +++ b/src/components/manage-productions/manage-productions.tsx @@ -200,7 +200,7 @@ export const ManageProductions = () => { )} ) : ( - + Please enter a production id {fetchLoader && }