Skip to content

Commit

Permalink
QuickFix issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
c6p committed Sep 12, 2021
1 parent b96cb57 commit 9411a00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ html, body {
grid-gap: .1em 1em;
padding: .1em;
}
select { grid-area: select; }
select { grid-area: select; width: 100%; }
#fetch { grid-area: fetch; }
#create { grid-area: create; }

Expand Down

0 comments on commit 9411a00

Please sign in to comment.