diff --git a/src/assets/styles/app/_content.scss b/src/assets/styles/app/_content.scss index cbb8b63f6..9f1583feb 100644 --- a/src/assets/styles/app/_content.scss +++ b/src/assets/styles/app/_content.scss @@ -153,6 +153,10 @@ text-decoration: underline; } } + + li { + line-height: 1.5; + } } } } diff --git a/src/views/spacing/SpacingDemo.vue b/src/views/spacing/SpacingDemo.vue index a6eacfd24..a8eaa9714 100644 --- a/src/views/spacing/SpacingDemo.vue +++ b/src/views/spacing/SpacingDemo.vue @@ -8,56 +8,64 @@
Spacing is a handy utility when elements wrap when screen size get smaller. In example below, when buttons wrap - they are displayed on top of each other whereas with spacing this issue can easily be resolved. -
+Spacing utilities also work seamlessly with responsive PrimeFlex grid utilty. Example below demonstrates a case where on a smaller screen inputs receive a margin to position themselves - separately in stacked mode, reduce the dimension of the window to view the difference. -
-The classes modify the margins and use the p-m{position}-{value} syntax whereas for responsive - values p-m{position}-{breakpoint}-{value} format is used.
-The spacing classes use the p-{property}{position}-{value} syntax whereas for responsive + values p-{property}{position}-{breakpoint}-{value} format is used.
+ +Property can either be a margin or a padding.
+Position can either be either of the 4 sides, the x-y axis or blank for the shortand of all sides.
+Position are available for the individual sides, the x-y axis or blank for the shortand of all sides.
Value field varies from 0 to 6 where default value of the $spacer is 1rem. The special auto value is used to center elements using auto margins.
+Value field varies from 0 to 6 where default value of the $spacer is 1rem. The special auto value is available to margins only and used to center elements.
PrimeFlex.