From 5c69cbb4c8711f561952e9835a170e37adcc0c91 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 2 Sep 2020 11:04:18 +0300 Subject: [PATCH] Doc update --- src/showcase/flexbox/FlexBoxDemo.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/showcase/flexbox/FlexBoxDemo.js b/src/showcase/flexbox/FlexBoxDemo.js index 0367731eb3..932d27fa91 100644 --- a/src/showcase/flexbox/FlexBoxDemo.js +++ b/src/showcase/flexbox/FlexBoxDemo.js @@ -10,8 +10,7 @@ export class FlexBoxDemo extends Component {

FlexBox

-

Easily manage the layout of your components with the responsive FlexBox utilities. If you require a utility to manage the layout of your application, - refer to the Grid System instead.

+

Easily manage the layout of your components with the responsive FlexBox utilities.

Flex Container

An element can configured as a flexbox container using the p-d-flex or p-d-inline-flex classes.