Browse Source

feat: enhance card layout with full height and flex column styling

codecalm 4 months ago
parent
commit
78c9c71365
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/content/ui/components/cards.md

+ 1 - 1
docs/content/ui/components/cards.md

@@ -169,7 +169,7 @@ You can also add an image on the left side of the card. To do it, add the `.card
       </a>
     </div>
     <div class="col">
-      <div class="card-body">
+      <div class="card-body h-full d-flex flex-column">
         <h3 class="card-title">
           <a href="#">Shut up!</a>
         </h3>