Skip to content

Commit

Permalink
Merge pull request #268 from dhis2/fix-checkbox-relative
Browse files Browse the repository at this point in the history
fix(checkbox): jumping when clicking checkbox
  • Loading branch information
awgaan authored Sep 7, 2020
2 parents 300a80b + 6f48565 commit 166ee55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/Checkbox/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ class Checkbox 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 166ee55

Please sign in to comment.