We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96cb57 commit 9411a00Copy full SHA for 9411a00
src/index.css
@@ -28,7 +28,7 @@ html, body {
28
grid-gap: .1em 1em;
29
padding: .1em;
30
}
31
-select { grid-area: select; }
+select { grid-area: select; width: 100%; }
32
#fetch { grid-area: fetch; }
33
#create { grid-area: create; }
34
0 commit comments