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: