diff --git a/frontend/src/components/common/account.js b/frontend/src/components/common/account.js index daf74cc3a2..7d93d7f1e4 100644 --- a/frontend/src/components/common/account.js +++ b/frontend/src/components/common/account.js @@ -148,7 +148,7 @@ class Account extends Component { render() { return ( -
this.accountDOM = ref}> +
this.accountDOM = ref} className="ml-4"> {this.renderAvatar()} diff --git a/frontend/src/components/common/notification.js b/frontend/src/components/common/notification.js index 2e0260875b..3078ab5aaf 100644 --- a/frontend/src/components/common/notification.js +++ b/frontend/src/components/common/notification.js @@ -179,7 +179,7 @@ class Notification extends React.Component {