From 3fd6adb4a6b9e3e77755700604e3ea4f4521d9bd Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Wed, 2 Sep 2020 11:03:47 +0300 Subject: [PATCH] Doc update --- src/views/flexbox/FlexBoxDemo.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/flexbox/FlexBoxDemo.vue b/src/views/flexbox/FlexBoxDemo.vue index 7474c5287..c1a370bf8 100644 --- a/src/views/flexbox/FlexBoxDemo.vue +++ b/src/views/flexbox/FlexBoxDemo.vue @@ -2,9 +2,8 @@

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.