Skip to content

Commit ac61e8d

Browse files
committed
Added a CSS '1em' 'margin' to the 'Change text...' <button> to separate it from the border.
1 parent 8366171 commit ac61e8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webpack_in/entry.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class TextWidget extends React.Component {
3636
return (
3737
<div style={ objStyleCommon }>
3838
<div style={ objStyleContent }>Some text here....</div>
39-
<button>Change text...</button>
39+
<button style={{ margin: '1em'}}>Change text...</button>
4040
</div>
4141
);
4242
}

0 commit comments

Comments
 (0)