Skip to content
Snippets Groups Projects
Commit bca9c4e0 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix selection widget items alignment

parent e40d68de
No related branches found
No related tags found
No related merge requests found
......@@ -122,7 +122,7 @@ export default React.createClass({
return (
<li className={itemClassName} onClick={this._select.bind(null, item)} key={index}>
<Icon name="check" width="12px" height="12px" />
<div>
<div className="flex-full">
<div className="SelectionModule-display">
{display}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment