Skip to content

Commit

Permalink
fix: undo/redo buttons gap in Safari (#3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Jul 15, 2021
1 parent 4be726d commit 5cae218
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/styles.scss
Expand Up @@ -461,7 +461,8 @@
}

.undo-redo-buttons {
display: flex;
display: grid;
grid-auto-flow: column;
gap: 0.4em;
margin-top: auto;
margin-bottom: auto;
Expand Down

1 comment on commit 5cae218

@vercel
Copy link

@vercel vercel bot commented on 5cae218 Jul 15, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.