mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: undo/redo buttons gap in Safari (#3836)
This commit is contained in:
parent
4be726d405
commit
5cae218f1b
1 changed files with 2 additions and 1 deletions
|
@ -461,7 +461,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.undo-redo-buttons {
|
.undo-redo-buttons {
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-auto-flow: column;
|
||||||
gap: 0.4em;
|
gap: 0.4em;
|
||||||
margin-top: auto;
|
margin-top: auto;
|
||||||
margin-bottom: auto;
|
margin-bottom: auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue