@@ -362,28 +362,6 @@ export const FlexExample = {
362362 </ FlexItemHighlightWrapper >
363363 ) ,
364364 } ,
365- {
366- title : 'Allowing flex items to wrap' ,
367- source : [
368- {
369- type : GuideSectionTypes . JS ,
370- code : flexGroupWrapSource ,
371- } ,
372- ] ,
373- text : (
374- < p >
375- You can set < EuiCode > wrap</ EuiCode > on < strong > EuiFlexGroup</ strong > { ' ' }
376- if it contains < strong > EuiFlexItems</ strong > with minimum widths,
377- which you want to wrap as the container becomes narrower.
378- </ p >
379- ) ,
380- snippet : flexGroupWrap ,
381- demo : (
382- < FlexItemHighlightWrapper >
383- < FlexGroupWrap />
384- </ FlexItemHighlightWrapper >
385- ) ,
386- } ,
387365 {
388366 source : [
389367 {
@@ -455,6 +433,28 @@ export const FlexExample = {
455433 </ FlexItemHighlightWrapper >
456434 ) ,
457435 } ,
436+ {
437+ title : 'Allowing flex items to wrap' ,
438+ source : [
439+ {
440+ type : GuideSectionTypes . JS ,
441+ code : flexGroupWrapSource ,
442+ } ,
443+ ] ,
444+ text : (
445+ < p >
446+ You can set < EuiCode > wrap</ EuiCode > on < strong > EuiFlexGroup</ strong > { ' ' }
447+ if it contains < strong > EuiFlexItems</ strong > with minimum widths,
448+ which you want to wrap as the container becomes narrower.
449+ </ p >
450+ ) ,
451+ snippet : flexGroupWrap ,
452+ demo : (
453+ < FlexItemHighlightWrapper >
454+ < FlexGroupWrap />
455+ </ FlexItemHighlightWrapper >
456+ ) ,
457+ } ,
458458 {
459459 title : 'Responsive flex groups' ,
460460 source : [
0 commit comments