@@ -5,17 +5,17 @@ import MdxCardFooter from '../MdxCardFooter'
55
66###### Examples
77
8- <div style = { { display: ' flex' , gap: ' 16px' }} >
8+ <div style = { { display: ' flex' , gap: ' 16px' , flexWrap: ' wrap ' }} >
99 <section style = { { flex: ' 1 1 0%' }} >
1010 <MdxCard >
1111 <div style = { { padding: ' 32px 24px' }} >
1212 <div style = { {width: ' 100%' }} >
13- <div style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }} >
13+ <div style = { { display: ' flex' ,flexWrap: ' wrap ' , gap: ' 12px' , marginBottom: ' 16px' }} >
1414 <Button size = " sm" style = { { height: ' min-content' }} variant = " primary" >Primary sm</Button >
1515 <Button size = " md" style = { { height: ' min-content' }} variant = " primary" >Primary md</Button >
1616 <Button size = " lg" style = { { height: ' min-content' }} variant = " primary" >Primary lg</Button >
1717 </div >
18- <div style = { { display: ' flex' , gap: ' 12px' }} >
18+ <div style = { { display: ' flex' ,flexWrap: ' wrap ' , gap: ' 12px' }} >
1919 <Button size = " sm" style = { { height: ' min-content' }} >Default sm</Button >
2020 <Button size = " md" style = { { height: ' min-content' }} >Default md</Button >
2121 <Button size = " lg" style = { { height: ' min-content' }} >Default lg</Button >
@@ -56,7 +56,7 @@ import MdxCardFooter from '../MdxCardFooter'
5656 <div style = { { padding: ' 32px 24px' }} >
5757 <div style = { { width: ' 100%' }} >
5858 <div
59- style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }}
59+ style = { { display: ' flex' ,flexWrap: ' wrap ' , gap: ' 12px' , marginBottom: ' 16px' }}
6060 >
6161 <Button danger size = " sm" style = { { height: ' min-content' }} >Danger sm</Button >
6262 <Button danger size = " md" style = { { height: ' min-content' }} >Danger md</Button >
@@ -85,7 +85,7 @@ import MdxCardFooter from '../MdxCardFooter'
8585 <div style = { { padding: ' 32px 24px' }} >
8686 <div style = { { width: ' 100%' }} >
8787 <div
88- style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }}
88+ style = { { display: ' flex' ,flexWrap: ' wrap ' , gap: ' 12px' , marginBottom: ' 16px' }}
8989 >
9090 <Button disabled variant = " primary" style = { { height: ' min-content' }} >Primary disabled</Button >
9191 <Button disabled style = { { height: ' min-content' }} >Default disabled</Button >
@@ -109,7 +109,7 @@ import MdxCardFooter from '../MdxCardFooter'
109109 <div style = { { padding: ' 32px 24px' }} >
110110 <div style = { { width: ' 100%' }} >
111111 <div
112- style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }}
112+ style = { { display: ' flex' ,flexWrap: ' wrap ' , gap: ' 12px' , marginBottom: ' 16px' }}
113113 >
114114 <Button
115115 icon = {
@@ -224,7 +224,7 @@ import MdxCardFooter from '../MdxCardFooter'
224224 <div style = { { padding: ' 32px 24px' }} >
225225 <div style = { { width: ' 100%' }} >
226226 <div
227- style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }}
227+ style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' , flexWrap: ' wrap ' }}
228228 >
229229 <Button
230230 colors = { {
@@ -257,7 +257,7 @@ import MdxCardFooter from '../MdxCardFooter'
257257 </Button >
258258 </div >
259259 <div
260- style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }}
260+ style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' , flexWrap: ' wrap ' }}
261261 >
262262 <Button
263263 colors = { {
@@ -291,7 +291,7 @@ import MdxCardFooter from '../MdxCardFooter'
291291
292292 </div >
293293 <div
294- style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' }}
294+ style = { { display: ' flex' , gap: ' 12px' , marginBottom: ' 16px' , flexWrap: ' wrap ' }}
295295 >
296296 <Button
297297 colors = { {
0 commit comments