From c4034b9d03e5cbbc8999180e5b77fcdd9dfe88f4 Mon Sep 17 00:00:00 2001 From: Pat Lathem Date: Mon, 28 Sep 2015 17:41:46 -0500 Subject: Add pull-left and pull-right to autocomplete command suggestions. --- web/react/components/command_list.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web') diff --git a/web/react/components/command_list.jsx b/web/react/components/command_list.jsx index 63bd57c2a..553dcabe7 100644 --- a/web/react/components/command_list.jsx +++ b/web/react/components/command_list.jsx @@ -70,8 +70,8 @@ export default class CommandList extends React.Component { className='command-name' onClick={this.handleClick.bind(this, i)} > -
{this.state.suggestions[i].suggestion}
-
{this.state.suggestions[i].description}
+
{this.state.suggestions[i].suggestion}
+
{this.state.suggestions[i].description}
); } @@ -96,4 +96,4 @@ CommandList.defaultProps = { CommandList.propTypes = { addCommand: React.PropTypes.func, channelId: React.PropTypes.string -}; \ No newline at end of file +}; -- cgit v1.2.3-1-g7c22