Skip to content

Commit

Permalink
[Toggle] Fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI committed Sep 20, 2015
1 parent 90c256e commit d907417
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/toggle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ let Toggle = React.createClass({
},
label: {
color: this.props.disabled ? this.getTheme().labelDisabledColor : this.getTheme().labelColor,
width: 'calc(100% - 46px)',
},
};

Expand Down

0 comments on commit d907417

Please sign in to comment.