Skip to content

Commit

Permalink
fix: updated container-padding and added classname to warning-message
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 authored and martinstark committed Apr 23, 2024
1 parent d038dad commit 74739bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/manage-productions/manage-productions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type FormValue = {

const Container = styled.form`
max-width: 45rem;
padding: 1rem 0 0 2rem;
padding: 1rem 2rem 0 2rem;
`;

const RemoveConfirmation = styled.div`
Expand Down Expand Up @@ -194,7 +194,7 @@ export const ManageProductions = () => {
)}
</>
) : (
<StyledWarningMessage>
<StyledWarningMessage className="with-loader">
Please enter a production id
{fetchLoader && <LoaderDots className="in-active" text="" />}
</StyledWarningMessage>
Expand Down

0 comments on commit 74739bb

Please sign in to comment.