diff --git a/docs/pages/kcard.vue b/docs/pages/kcard.vue index 601647970..f71b33cda 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
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: