summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_item.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-06-03 16:58:23 +0500
committerJoram Wilander <jwawilander@gmail.com>2016-06-03 07:58:23 -0400
commit7b99ac0a91720a161a651f92edf3a572f46f2fde (patch)
tree0232996bdb1785791a335b3e34f4f037e74a5bcd /webapp/components/search_results_item.jsx
parent0e677f35bbcd048facdc78d0e959fa2441975065 (diff)
downloadchat-7b99ac0a91720a161a651f92edf3a572f46f2fde.tar.gz
chat-7b99ac0a91720a161a651f92edf3a572f46f2fde.tar.bz2
chat-7b99ac0a91720a161a651f92edf3a572f46f2fde.zip
PLT-3177 - Fixing ordering for custom themes (#3226)
Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
Diffstat (limited to 'webapp/components/search_results_item.jsx')
-rw-r--r--webapp/components/search_results_item.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/search_results_item.jsx b/webapp/components/search_results_item.jsx
index 3fe13878e..d8e471110 100644
--- a/webapp/components/search_results_item.jsx
+++ b/webapp/components/search_results_item.jsx
@@ -71,7 +71,7 @@ export default class SearchResultsItem extends React.Component {
let botIndicator;
if (post.props && post.props.from_webhook) {
- botIndicator = <li className='col col__name bot-indicator'>{Constants.BOT_NAME}</li>;
+ botIndicator = <li className='bot-indicator'>{Constants.BOT_NAME}</li>;
}
return (