Skip to content

Commit

Permalink
Widen editor control
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster authored and kurgm committed Sep 18, 2023
1 parent 7ffe440 commit 72c1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditorControls.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.control-buttons {
margin: 0 1em;
display: grid;
grid-template-columns: repeat(2, 7em);
grid-template-columns: repeat(2, 7.5em);
gap: 3px;
}

Expand Down

0 comments on commit 72c1511

Please sign in to comment.