From 04cd7b1a89f63f10265e0dcfc95b6f67f164cf75 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 19 May 2017 12:19:04 -0400 Subject: Merge 3.9 RC5 fixes into master (#6459) * UI fixes for 3.9 (#6400) * UI fixes for header icon alignment * PLT-6569 - Fixing pin icon in header * PLT-6505 - Updating z-index for emoji picker * Updating z-index for overlaying sidebar * PLT-6134 - Fix for emoji picker on comments * Reverting emoji picker fix * Fixing alignment for header icons * Removing channel title changes * Don't show mention badge for active channel (#6411) * PLT-6583 - Fixing RHS compact view (#6413) --- webapp/components/search_results_item.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp/components/search_results_item.jsx') diff --git a/webapp/components/search_results_item.jsx b/webapp/components/search_results_item.jsx index 9b5f3b07e..71240ca48 100644 --- a/webapp/components/search_results_item.jsx +++ b/webapp/components/search_results_item.jsx @@ -166,7 +166,7 @@ export default class SearchResultsItem extends React.Component { let compactClass = ''; const profilePicContainer = (
{profilePic}
); if (this.props.compactDisplay) { - compactClass = 'post--compact'; + compactClass = ' post--compact'; } let fileAttachment = null; -- cgit v1.2.3-1-g7c22