diff --git a/src/toggle.jsx b/src/toggle.jsx index b9bd5a062cd2f9..eaffdf6cfdf784 100644 --- a/src/toggle.jsx +++ b/src/toggle.jsx @@ -99,6 +99,7 @@ const Toggle = React.createClass({ }, label: { color: this.props.disabled ? this.getTheme().labelDisabledColor : this.getTheme().labelColor, + width: 'calc(100% - ' + (toggleTrackWidth + 10) + 'px)', }, };