diff --git a/packages/react-core/src/components/Card/examples/CardTile.tsx b/packages/react-core/src/components/Card/examples/CardTile.tsx
index 9561464bc90..a24d4facbe3 100644
--- a/packages/react-core/src/components/Card/examples/CardTile.tsx
+++ b/packages/react-core/src/components/Card/examples/CardTile.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Card, CardHeader, CardBody, Gallery } from '@patternfly/react-core';
+import { Card, CardHeader, CardBody, Gallery, Flex } from '@patternfly/react-core';
import PlusIcon from '@patternfly/react-icons/dist/esm/icons/plus-icon';
export const CardTile: React.FunctionComponent = () => {
@@ -25,8 +25,10 @@ export const CardTile: React.FunctionComponent = () => {
isHidden: true
}}
>
-
- Tile header
+
+
+ Tile header
+
Tile content and description
@@ -41,8 +43,10 @@ export const CardTile: React.FunctionComponent = () => {
isHidden: true
}}
>
-
- Tile header
+
+
+ Tile header
+
Tile content and description
@@ -57,8 +61,10 @@ export const CardTile: React.FunctionComponent = () => {
isHidden: true
}}
>
-
- Tile header (disabled)
+
+
+ Tile header (disabled)
+
Tile content and description
diff --git a/packages/react-core/src/components/Card/examples/CardTileMulti.tsx b/packages/react-core/src/components/Card/examples/CardTileMulti.tsx
index b78f9f3640e..f2b0d085321 100644
--- a/packages/react-core/src/components/Card/examples/CardTileMulti.tsx
+++ b/packages/react-core/src/components/Card/examples/CardTileMulti.tsx
@@ -1,5 +1,5 @@
import React from 'react';
-import { Card, CardHeader, CardBody, Gallery } from '@patternfly/react-core';
+import { Card, CardHeader, CardBody, Gallery, Flex } from '@patternfly/react-core';
import PlusIcon from '@patternfly/react-icons/dist/esm/icons/plus-icon';
export const CardTileMulti: React.FunctionComponent = () => {
@@ -38,8 +38,10 @@ export const CardTileMulti: React.FunctionComponent = () => {
isHidden: true
}}
>
-
- Tile header
+
+
+ Tile header
+
Tile content and description
@@ -53,8 +55,10 @@ export const CardTileMulti: React.FunctionComponent = () => {
isHidden: true
}}
>
-
- Tile header
+
+
+ Tile header
+
Tile content and description
@@ -68,8 +72,10 @@ export const CardTileMulti: React.FunctionComponent = () => {
isHidden: true
}}
>
-
- Tile header (disabled)
+
+
+ Tile header (disabled)
+
Tile content and description