We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c256e commit d907417Copy full SHA for d907417
src/toggle.jsx
@@ -79,6 +79,7 @@ let Toggle = React.createClass({
79
},
80
label: {
81
color: this.props.disabled ? this.getTheme().labelDisabledColor : this.getTheme().labelColor,
82
+ width: 'calc(100% - 46px)',
83
84
};
85
0 commit comments