From 3e77df8532a227e4994f9418dc04381d7285d47a Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 29 Sep 2015 19:23:21 +0500 Subject: plt-479 - Fixing command lists and also making them theme compatible --- web/react/components/command_list.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web/react/components/command_list.jsx') diff --git a/web/react/components/command_list.jsx b/web/react/components/command_list.jsx index 553dcabe7..fea7085b7 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}
); } -- cgit v1.2.3-1-g7c22