diff --git a/src/widgets/GeographicLocationWidget.tsx b/src/widgets/GeographicLocationWidget.tsx index ae95f67..8f07b38 100644 --- a/src/widgets/GeographicLocationWidget.tsx +++ b/src/widgets/GeographicLocationWidget.tsx @@ -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`