Skip to content

Commit

Permalink
Merge branch 'master' into slider-color
Browse files Browse the repository at this point in the history
  • Loading branch information
joshblack authored Oct 9, 2019
2 parents 06db7f8 + 3aa5bfd commit 8c41001
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@
margin-left: carbon--rem(56px);
@include type-style('body-short-01');
user-select: none;
// top offset needed to vertically center absolutely positioned flex child in IE11
top: 50%;
transform: translateY(-50%);
}

//----------------------------------------------
Expand Down

0 comments on commit 8c41001

Please sign in to comment.