Skip to content

Commit

Permalink
Merge pull request #3853 from ProjectMirador/mui5-button-margin
Browse files Browse the repository at this point in the history
Remove unnecessary button margin
  • Loading branch information
jcoyne authored Dec 12, 2023
2 parents b96144b + 9fe8f71 commit 10ac7d3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/WindowTopBarPluginMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ export class WindowTopBarPluginMenu extends Component {
aria-label={t('windowPluginMenu')}
aria-owns={open ? windowPluginMenuId : undefined}
selected={open}
sx={{
margin: 1,
}}
onClick={this.handleMenuClick}
>
{menuIcon}
Expand Down

0 comments on commit 10ac7d3

Please sign in to comment.