diff --git a/src/assets/styles/app/_content.scss b/src/assets/styles/app/_content.scss index 9f1583feb..0f712b90f 100644 --- a/src/assets/styles/app/_content.scss +++ b/src/assets/styles/app/_content.scss @@ -50,6 +50,10 @@ background-color: var(--surface-b); color: var(--text-color); + li { + line-height: 1.5; + } + a { text-decoration: none; color: $linkColor; @@ -93,6 +97,7 @@ margin-right: 0; border: 0 none; top: 1px; + line-height: 1; a, a:visited { color: var(--text-color-secondary); @@ -153,10 +158,6 @@ text-decoration: underline; } } - - li { - line-height: 1.5; - } } } } diff --git a/src/views/display/DisplayDemo.vue b/src/views/display/DisplayDemo.vue index 3e4198f05..c2c4dd85f 100644 --- a/src/views/display/DisplayDemo.vue +++ b/src/views/display/DisplayDemo.vue @@ -31,9 +31,9 @@
Not available for printing.
- -Easily manage the layout of your components with the responsive FlexBox utilities.
+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
An element can configured as a flexbox container using the p-d-flex or p-d-inline-flex classes.
@@ -16,7 +18,7 @@Default is applied using the p-flex-{direction} class where direction can either of the following.
+Default is applied using the p-flex-{direction} class where direction can be either of the following.
Order configures the way in which they appear in the flex container.
+Order configures the way in which they appear in the flex container. p-order-{value} format is used where value can be a number from 0 to 6.
Orders change depending on the screen size.
Orders change depending on the screen size.
+Flex wrap defines the wrap behavior when there is not enough space in the container.
+Flex wrap defines the wrap behavior when there is not enough space in the container. The format of the class is p-flex-{value} and the value field can be either of the + listed alternatives.
+ +Justify content is the alignment along the main axis and defined using the p-jc-{value} format with responsive alternatives. Value field accepts + the options below.
+Align Items configuration is the alignment along the cross axis and defined using the p-ai-{value} format with responsive alternatives. Value field accepts + the options below.
+Align self configuration is the alignment along the cross axis for a particular element and defined using the p-as-{value} format with responsive alternatives. Value field accepts + the options below.
+Align content is the alignment along the cross axis and defined using the p-ac-{value} format with responsive alternatives. Value field accepts + the options below.
+When combined with