Skip to content

Commit 73fe64c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: form-with-textarea-sample.html

+1-1
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)