Skip to content

Commit d907417

Browse files
committed
[Toggle] Fix layout
1 parent 90c256e commit d907417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/toggle.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ let Toggle = React.createClass({
7979
},
8080
label: {
8181
color: this.props.disabled ? this.getTheme().labelDisabledColor : this.getTheme().labelColor,
82+
width: 'calc(100% - 46px)',
8283
},
8384
};
8485

0 commit comments

Comments
 (0)