Skip to content

Commit f98633f

Browse files
fixed styles
1 parent 24a7522 commit f98633f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demo.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,9 @@
289289
main {
290290
min-height: calc(100vh - 40px);
291291
}
292+
form {
293+
width: min-content;
294+
}
292295
form, code {
293296
background-color: aliceblue;
294297
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
@@ -311,7 +314,7 @@
311314
font-size: 1rem;
312315
}
313316
textarea {
314-
margin-bottom: 8px;
317+
margin: 6px 0 8px 0;
315318
resize: none;
316319
}
317320
select {

0 commit comments

Comments
 (0)