Skip to content

Commit

Permalink
[REVERT ME] Playground test example
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Sep 30, 2022
1 parent cbf682e commit 0f14e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-docs/src/views/flex/playground.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const flexGridConfig = () => {

propsToUse.children = {
type: PropTypes.ReactNode,
value: `<EuiFlexItem><div>One</div></EuiFlexItem>
value: `<EuiFlexItem><div>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</div></EuiFlexItem>
<EuiFlexItem><div>Two</div></EuiFlexItem>
<EuiFlexItem><div>Three</div></EuiFlexItem>
<EuiFlexItem><div>Four</div></EuiFlexItem>
Expand Down

0 comments on commit 0f14e5e

Please sign in to comment.