3
3
exports [` Create a Form should use a single FormGroup's title as a Form title if one is not set 1` ] = `
4
4
<div
5
5
class = " Form-form-0"
6
- style = " grid-template-columns: repeat(24, 1fr) ; --ui5wcr_form_full_span: span 24 ; --ui5wcr_form_content_span: 8; --ui5wcr_form_label_span: 4 ;"
6
+ style = " --ui5wcr_form_content_span: 8 ; --ui5wcr_form_label_span: 4 ; --ui5wcr_form_full_span: span 24; grid-template-columns: repeat(24, 1fr) ;"
7
7
>
8
8
<ui5-title
9
9
class = " Form-formTitle-0"
@@ -14,6 +14,7 @@ exports[`Create a Form should use a single FormGroup's title as a Form title if
14
14
<ui5-label
15
15
class = " FormItem-label-0"
16
16
style = " grid-column-start: 1;"
17
+ wrap = " true"
17
18
>
18
19
item 1:
19
20
</ui5-label >
@@ -28,6 +29,7 @@ exports[`Create a Form should use a single FormGroup's title as a Form title if
28
29
<ui5-label
29
30
class = " FormItem-label-0"
30
31
style = " grid-column-start: 1;"
32
+ wrap = " true"
31
33
>
32
34
item 2:
33
35
</ui5-label >
@@ -45,7 +47,7 @@ exports[`Create a Form should use a single FormGroup's title as a Form title if
45
47
exports [` Create a Form size rate L; should create Label and Element with 33% and 66% width respectively and display: flex for top FormItem div 1` ] = `
46
48
<div
47
49
class = " Form-form-0"
48
- style = " --ui5wcr_form_content_span: 8; --ui5wcr_form_label_span: 4;"
50
+ style = " --ui5wcr_form_content_span: 8; --ui5wcr_form_label_span: 4; --ui5wcr_form_full_span: span 12; grid-template-columns: repeat(12, 1fr); "
49
51
>
50
52
<ui5-title
51
53
class = " Form-formTitle-0"
@@ -62,6 +64,7 @@ exports[`Create a Form size rate L; should create Label and Element with 33% and
62
64
<ui5-label
63
65
class = " FormItem-label-0"
64
66
style = " grid-column-start: 1;"
67
+ wrap = " true"
65
68
>
66
69
item 1:
67
70
</ui5-label >
@@ -76,6 +79,7 @@ exports[`Create a Form size rate L; should create Label and Element with 33% and
76
79
<ui5-label
77
80
class = " FormItem-label-0"
78
81
style = " grid-column-start: 1;"
82
+ wrap = " true"
79
83
>
80
84
item 2:
81
85
</ui5-label >
@@ -96,6 +100,7 @@ exports[`Create a Form size rate L; should create Label and Element with 33% and
96
100
<ui5-label
97
101
class = " FormItem-label-0"
98
102
style = " grid-column-start: 1;"
103
+ wrap = " true"
99
104
>
100
105
item 1:
101
106
</ui5-label >
@@ -110,6 +115,7 @@ exports[`Create a Form size rate L; should create Label and Element with 33% and
110
115
<ui5-label
111
116
class = " FormItem-label-0"
112
117
style = " grid-column-start: 1;"
118
+ wrap = " true"
113
119
>
114
120
item 2:
115
121
</ui5-label >
@@ -127,7 +133,7 @@ exports[`Create a Form size rate L; should create Label and Element with 33% and
127
133
exports [` Create a Form size rate M; should create Label and Element with 16% and 83% width respectively and display: flex for top FormItem div 1` ] = `
128
134
<div
129
135
class = " Form-form-0"
130
- style = " --ui5wcr_form_content_span: 10; --ui5wcr_form_label_span: 2;"
136
+ style = " --ui5wcr_form_content_span: 10; --ui5wcr_form_label_span: 2; --ui5wcr_form_full_span: span 12; grid-template-columns: repeat(12, 1fr); "
131
137
>
132
138
<ui5-title
133
139
class = " Form-formTitle-0"
@@ -144,6 +150,7 @@ exports[`Create a Form size rate M; should create Label and Element with 16% and
144
150
<ui5-label
145
151
class = " FormItem-label-0"
146
152
style = " grid-column-start: 1;"
153
+ wrap = " true"
147
154
>
148
155
item 1:
149
156
</ui5-label >
@@ -158,6 +165,7 @@ exports[`Create a Form size rate M; should create Label and Element with 16% and
158
165
<ui5-label
159
166
class = " FormItem-label-0"
160
167
style = " grid-column-start: 1;"
168
+ wrap = " true"
161
169
>
162
170
item 2:
163
171
</ui5-label >
@@ -178,6 +186,7 @@ exports[`Create a Form size rate M; should create Label and Element with 16% and
178
186
<ui5-label
179
187
class = " FormItem-label-0"
180
188
style = " grid-column-start: 1;"
189
+ wrap = " true"
181
190
>
182
191
item 1:
183
192
</ui5-label >
@@ -192,6 +201,7 @@ exports[`Create a Form size rate M; should create Label and Element with 16% and
192
201
<ui5-label
193
202
class = " FormItem-label-0"
194
203
style = " grid-column-start: 1;"
204
+ wrap = " true"
195
205
>
196
206
item 2:
197
207
</ui5-label >
@@ -209,7 +219,7 @@ exports[`Create a Form size rate M; should create Label and Element with 16% and
209
219
exports [` Create a Form size rate S; should create Label and Element with 100% width and display: block for top FormItem div 1` ] = `
210
220
<div
211
221
class = " Form-form-0"
212
- style = " --ui5wcr_form_content_span: 12; --ui5wcr_form_label_span: 12; --ui5wcr_form_label_text_align: start;"
222
+ style = " --ui5wcr_form_content_span: 12; --ui5wcr_form_label_span: 12; --ui5wcr_form_full_span: span 12; grid-template-columns: repeat(12, 1fr); -- ui5wcr_form_label_text_align: start;"
213
223
>
214
224
<ui5-title
215
225
class = " Form-formTitle-0"
@@ -226,6 +236,7 @@ exports[`Create a Form size rate S; should create Label and Element with 100% wi
226
236
<ui5-label
227
237
class = " FormItem-label-0"
228
238
style = " grid-column-start: 1;"
239
+ wrap = " true"
229
240
>
230
241
item 1:
231
242
</ui5-label >
@@ -240,6 +251,7 @@ exports[`Create a Form size rate S; should create Label and Element with 100% wi
240
251
<ui5-label
241
252
class = " FormItem-label-0"
242
253
style = " grid-column-start: 1;"
254
+ wrap = " true"
243
255
>
244
256
item 2:
245
257
</ui5-label >
@@ -260,6 +272,7 @@ exports[`Create a Form size rate S; should create Label and Element with 100% wi
260
272
<ui5-label
261
273
class = " FormItem-label-0"
262
274
style = " grid-column-start: 1;"
275
+ wrap = " true"
263
276
>
264
277
item 1:
265
278
</ui5-label >
@@ -274,6 +287,7 @@ exports[`Create a Form size rate S; should create Label and Element with 100% wi
274
287
<ui5-label
275
288
class = " FormItem-label-0"
276
289
style = " grid-column-start: 1;"
290
+ wrap = " true"
277
291
>
278
292
item 2:
279
293
</ui5-label >
@@ -291,7 +305,7 @@ exports[`Create a Form size rate S; should create Label and Element with 100% wi
291
305
exports [` Create a Form size rate XL; should create Label and Element with 33% and 66% width respectively and display: flex for top FormItem div 1` ] = `
292
306
<div
293
307
class = " Form-form-0"
294
- style = " grid-template-columns: repeat(24, 1fr) ; --ui5wcr_form_full_span: span 24 ; --ui5wcr_form_content_span: 8; --ui5wcr_form_label_span: 4 ;"
308
+ style = " --ui5wcr_form_content_span: 8 ; --ui5wcr_form_label_span: 4 ; --ui5wcr_form_full_span: span 24; grid-template-columns: repeat(24, 1fr) ;"
295
309
>
296
310
<ui5-title
297
311
class = " Form-formTitle-0"
@@ -314,6 +328,7 @@ exports[`Create a Form size rate XL; should create Label and Element with 33% an
314
328
<ui5-label
315
329
class = " FormItem-label-0"
316
330
style = " grid-column-start: 1;"
331
+ wrap = " true"
317
332
>
318
333
item 1:
319
334
</ui5-label >
@@ -328,6 +343,7 @@ exports[`Create a Form size rate XL; should create Label and Element with 33% an
328
343
<ui5-label
329
344
class = " FormItem-label-0"
330
345
style = " grid-column-start: 13;"
346
+ wrap = " true"
331
347
>
332
348
item 1:
333
349
</ui5-label >
@@ -342,6 +358,7 @@ exports[`Create a Form size rate XL; should create Label and Element with 33% an
342
358
<ui5-label
343
359
class = " FormItem-label-0"
344
360
style = " grid-column-start: 1;"
361
+ wrap = " true"
345
362
>
346
363
item 2:
347
364
</ui5-label >
@@ -356,6 +373,7 @@ exports[`Create a Form size rate XL; should create Label and Element with 33% an
356
373
<ui5-label
357
374
class = " FormItem-label-0"
358
375
style = " grid-column-start: 13;"
376
+ wrap = " true"
359
377
>
360
378
item 2:
361
379
</ui5-label >
0 commit comments