Skip to content

Commit

Permalink
fix: fix input section wrapper layout issue (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: dev-redo <[email protected]>
  • Loading branch information
dev-redo and dev-redo authored May 3, 2024
1 parent 7e16d19 commit 9541f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Input/InputContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const SectionWrapper = styled.div`
top: 0;
bottom: 0;
margin: auto;
display: flex;
`;

const RightSectionWrapper = styled(SectionWrapper)`
Expand Down

0 comments on commit 9541f5d

Please sign in to comment.