Skip to content

Commit 04e52da

Browse files
committed
Make comment consume 100% width in GRID example
1 parent 005b261 commit 04e52da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

examples/data/grid.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@
9999
"type": "section",
100100
"grid": { "layout": "row" },
101101
"items": ["email"]
102+
},
103+
{
104+
"key": "comment",
105+
"type": "textarea",
106+
"placeholder": "Make a comment"
102107
}
103108
]
104109
},
105-
{
106-
"key": "comment",
107-
"type": "textarea",
108-
"placeholder": "Make a comment"
109-
},
110110
{
111111
"type": "submit",
112112
"style": "btn-info",

0 commit comments

Comments
 (0)