summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_item.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-08-04 20:45:59 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-08-04 23:45:59 +0800
commita5f1a77fa539763635a669162f81dfbb70ccee5b (patch)
treee3e909cf6d455707f965c6fea812a467a296dd6f /webapp/components/search_results_item.jsx
parentfac865bf6571a36859d53a0073d2f914dc769c20 (diff)
downloadchat-a5f1a77fa539763635a669162f81dfbb70ccee5b.tar.gz
chat-a5f1a77fa539763635a669162f81dfbb70ccee5b.tar.bz2
chat-a5f1a77fa539763635a669162f81dfbb70ccee5b.zip
Ui improvements (#7092)
* PLT-7121 - Making channel header text dynamic * PLT-7268 - Fixing search results in compact view * PLT-7248 - Adjusting space between post controls * PLT-7303 - Fixing manage members button * Revert "PLT-7303 - Fixing manage members button" This reverts commit 7dcb68a8e333a2c95444d417ed9a244c9c30aa99.
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 929dc379e..c120f3cde 100644
--- a/webapp/components/search_results_item.jsx
+++ b/webapp/components/search_results_item.jsx
@@ -126,7 +126,7 @@ export default class SearchResultsItem extends React.Component {
let className = 'post post--thread';
if (this.props.compactDisplay) {
- className = ' post--compact';
+ className += ' post--compact';
}
if (this.state.dropdownOpened) {