Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Styles fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pelusanchez committed Nov 17, 2023
1 parent 0aee32b commit 3148e4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/widgets/GeographicLocationWidget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,15 @@ GeographicLocationWidget.displayName = 'DateField'
const InpustWrapper = styled.div`
display: flex;
flex-flow: row;
justify-content: space-between;
justify-content: flex-start;
flex-wrap: wrap;
`

const InputWrapper = styled.div`
display: flex;
flex-flow: column;
margin-right: 2em;
margin-bottom: 2em;
`

const Wrapper = styled.div`
Expand Down

0 comments on commit 3148e4b

Please sign in to comment.