Regression: User Dropdown margin (#20222)

pull/20123/head
gabriellsh 5 years ago committed by GitHub
parent 18dbfe577a
commit 9d4d7733cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      client/sidebar/header/UserDropdown.js

@ -33,7 +33,8 @@ const ADMIN_PERMISSIONS = [
];
const style = {
marginInline: '-16px',
marginLeft: '-16px',
marginRight: '-16px',
};
const setStatus = (status, statusText) => {

Loading…
Cancel
Save