Skip to content

Commit

Permalink
fix size of buttons on iso layout editor for Firefox
Browse files Browse the repository at this point in the history
(issue LBALab#316)
  • Loading branch information
felipesanches committed Jul 11, 2020
1 parent ad7528d commit db6ae7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/editor/areas/layouts/LayoutsEditorContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const applyChangesStyle = {
};

const infoButton = {
margin: '2px',
padding: '0.2em 0.4em'
margin: '1px',
padding: '0em'
};

const mainInfoButton = {
Expand Down

0 comments on commit db6ae7d

Please sign in to comment.