We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8366171 commit ac61e8dCopy full SHA for ac61e8d
1 file changed
webpack_in/entry.jsx
@@ -36,7 +36,7 @@ class TextWidget extends React.Component {
36
return (
37
<div style={ objStyleCommon }>
38
<div style={ objStyleContent }>Some text here....</div>
39
- <button>Change text...</button>
+ <button style={{ margin: '1em'}}>Change text...</button>
40
</div>
41
);
42
}
0 commit comments