Skip to content

Commit

Permalink
fix: edit action UI
Browse files Browse the repository at this point in the history
  • Loading branch information
windingwind committed Nov 28, 2023
1 parent 9ccb528 commit 42e35fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/edit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ async function editAction(currentKey?: string) {
tag: "div",
styles: {
display: "grid",
gridTemplateColumns: "1fr 3fr",
gridTemplateColumns: "3fr 1fr",
rowGap: "10px",
columnGap: "5px",
},
Expand Down

0 comments on commit 42e35fa

Please sign in to comment.