From b2453735b2109f8039204e59cece98cbac7bc3e7 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 30 May 2017 20:19:29 +0500 Subject: Minor Ui improvements (#6515) * PLT-6645 - Improving copy pasting behaviour * PLT-6149 - Fixing edited indicator in search --- webapp/components/post_view/components/post_header.jsx | 12 ++++++------ webapp/components/post_view/components/post_info.jsx | 16 ++++++++-------- 2 files changed, 14 insertions(+), 14 deletions(-) (limited to 'webapp/components/post_view') diff --git a/webapp/components/post_view/components/post_header.jsx b/webapp/components/post_view/components/post_header.jsx index ce67cd653..570a04f8f 100644 --- a/webapp/components/post_view/components/post_header.jsx +++ b/webapp/components/post_view/components/post_header.jsx @@ -53,7 +53,7 @@ export default class PostHeader extends React.Component { ); } - botIndicator =
  • {Constants.BOT_NAME}
  • ; + botIndicator =
    {Constants.BOT_NAME}
    ; } else if (isSystemMessage) { userProfile = ( -
  • {userProfile}{colon}
  • +
    +
    {userProfile}{colon}
    {botIndicator} -
  • +
    -
  • - +
    + ); } } diff --git a/webapp/components/post_view/components/post_info.jsx b/webapp/components/post_view/components/post_info.jsx index 06e7b33fd..74ce32817 100644 --- a/webapp/components/post_view/components/post_info.jsx +++ b/webapp/components/post_view/components/post_info.jsx @@ -388,16 +388,16 @@ export default class PostInfo extends React.Component { let options; if (isEphemeral) { options = ( -
  • +
    {this.createRemovePostButton()} -
  • + ); } else if (!isPending) { const dropdown = this.createDropdown(isSystemMessage); if (dropdown) { options = ( -
  • +
    {react} {comments} -
  • + ); } } @@ -424,8 +424,8 @@ export default class PostInfo extends React.Component { } return ( - + ); } } -- cgit v1.2.3-1-g7c22