Skip to content

Commit

Permalink
bug: make sure input is full width on error (#1641)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansmonjol committed Aug 7, 2024
1 parent 78c1051 commit c3c8ae9
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ const IssuingDateContainer = styled.div`
gap: ${theme.spacing(3)};
}
.MuiTextField-root {
width: 100%;
}
.show-above-lg {
display: none;
Expand Down

0 comments on commit c3c8ae9

Please sign in to comment.