From 7bb2e0f333dddfb52b0f4a9c5e57f9f9f6b9a5c9 Mon Sep 17 00:00:00 2001 From: Michaela Robosova Date: Wed, 18 Sep 2024 08:55:55 +0200 Subject: [PATCH] Condense related info to the same paragraph --- docs/pages/kcard.vue | 4 +--- docs/pages/kcardgrid.vue | 6 +----- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/pages/kcard.vue b/docs/pages/kcard.vue index aedeb59c4..91d468a26 100644 --- a/docs/pages/kcard.vue +++ b/docs/pages/kcard.vue @@ -19,9 +19,7 @@ -

It is inteded for use with KCardGrid.

- -

Below is an overview of KCard's features and best practices focused on its inner content. To learn more about card grids and related KCard features, see .

+

It is inteded for use with KCardGrid. Below is an overview of KCard's features and best practices focused on its inner content. To learn more about card grids and related KCard features, see .

diff --git a/docs/pages/kcardgrid.vue b/docs/pages/kcardgrid.vue index 674054acb..2b6c5a1e7 100644 --- a/docs/pages/kcardgrid.vue +++ b/docs/pages/kcardgrid.vue @@ -231,11 +231,7 @@

Cards displayed in KCardGrid stretch vertically to fit their content, making a grid row height match its tallest card.

-

Setting height on cards is discouraged. Instead, manage card height by setting height on its sections, using text truncation, or other ways to limit content.

- -

Such techniques ensure content tolerance, prevent excessive card heights, and keep vertical alignment of card sections consistent on a grid row. This is especially important when dealing with unknown lenghts or amounts of content displayed in cards.

- -

Consider the following:

+

Setting height on cards is discouraged. Instead, manage card height by setting height on its sections, using text truncation, or other ways to limit content. Such techniques ensure content tolerance, prevent excessive card heights, and keep vertical alignment of card sections consistent on a grid row. This is especially important when dealing with unknown lenghts or amounts of content displayed in cards. Consider: