We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74cf9b3 commit bebcb07Copy full SHA for bebcb07
1 file changed
webpack_in/entry.jsx
@@ -91,7 +91,7 @@ class ListWidget extends React.Component {
91
return (
92
<div style={ objStyleCommon }>
93
<div style={ objStyleContent }>
94
- <ul style={{ display: 'inline-block' }}>
+ <ul style={{ display: 'inline-block', textAlign: 'left' }}>
95
{ this.state.items.map((strItem, index) => (<li key={ index }>
96
{ strItem }
97
</li>)) }
0 commit comments