We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f3ba8 commit 06f4dfbCopy full SHA for 06f4dfb
webpack_in/entry.jsx
@@ -118,7 +118,7 @@ class ListWidget extends React.Component {
118
return (
119
<div style={ objStyleCommon }>
120
<div style={ objStyleContent }>
121
- <ul style={{ display: 'inline-block', textAlign: 'left' }}>
+ <ul style={{ display: 'inline-block', textAlign: 'left', listStyleType: 'none' }}>
122
{ this.state.items.map((objItem, index) => (<ListItem key={ objItem.id }
123
caption={ objItem.caption }
124
/>)) }
0 commit comments