Skip to content

Commit

Permalink
Fix a Safari CSS error
Browse files Browse the repository at this point in the history
Wizard options gets collapsed when temporary migration options field
group is shown.
  • Loading branch information
Sergiu Miclea authored and thenoizz committed Sep 26, 2019
1 parent 6dca6d9 commit 9236905
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/organisms/WizardOptions/WizardOptions.jsx
Expand Up @@ -52,6 +52,7 @@ const Fields = styled.div`
const Group = styled.div`
display: flex;
flex-direction: column;
flex-shrink: 0;
`
const GroupName = styled.div`
display: flex;
Expand Down

0 comments on commit 9236905

Please sign in to comment.