Skip to content

Commit

Permalink
Merge pull request #231 from dhis2/dhis2-9104/fix-modal-jump-when-ele…
Browse files Browse the repository at this point in the history
…ment-select

fix(radio): fix modal jumping when clicking radio
  • Loading branch information
Birkbjo authored Aug 14, 2020
2 parents 320206f + c8a2671 commit 82a34c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Radio/Radio.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ class Radio extends Component {
<style jsx>{`
label {
display: flex;
position: relative;
flex-direction: row;
align-items: center;
justify-content: flex-start;
Expand Down

0 comments on commit 82a34c1

Please sign in to comment.