Skip to content

Commit 73fe64c

Browse files
committed
Fix grid spacing.
1 parent f5e8b9e commit 73fe64c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

form-with-textarea-sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<style>
44
form {
55
display: grid;
6-
grid-template-columns: 48px auto 32px 52px;
6+
grid-template-columns: 30px 400px 30px;
77
grid-template-rows: auto;
88
}
99
</style>

0 commit comments

Comments
 (0)