File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ exports[`renders components/app/demo/basic.tsx extend context correctly 1`] = `
6
6
>
7
7
<div
8
8
class = " ant-space ant-space-horizontal ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
9
+ style = " flex-wrap: wrap;"
9
10
>
10
11
<div
11
12
class = " ant-space-item"
@@ -55,6 +56,7 @@ exports[`renders components/app/demo/config.tsx extend context correctly 1`] = `
55
56
>
56
57
<div
57
58
class = " ant-space ant-space-horizontal ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
59
+ style = " flex-wrap: wrap;"
58
60
>
59
61
<div
60
62
class = " ant-space-item"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ exports[`renders components/app/demo/basic.tsx correctly 1`] = `
6
6
>
7
7
<div
8
8
class = " ant-space ant-space-horizontal ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
9
+ style = " flex-wrap:wrap"
9
10
>
10
11
<div
11
12
class = " ant-space-item"
@@ -53,6 +54,7 @@ exports[`renders components/app/demo/config.tsx correctly 1`] = `
53
54
>
54
55
<div
55
56
class = " ant-space ant-space-horizontal ant-space-align-center ant-space-gap-row-small ant-space-gap-col-small"
57
+ style = " flex-wrap:wrap"
56
58
>
57
59
<div
58
60
class = " ant-space-item"
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const MyPage = () => {
25
25
} ;
26
26
27
27
return (
28
- < Space >
28
+ < Space wrap >
29
29
< Button type = "primary" onClick = { showMessage } >
30
30
Open message
31
31
</ Button >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const MyPage = () => {
17
17
} ;
18
18
19
19
return (
20
- < Space >
20
+ < Space wrap >
21
21
< Button type = "primary" onClick = { showMessage } >
22
22
Message for only one
23
23
</ Button >
You can’t perform that action at this time.
0 commit comments