浏览代码

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

codecalm 4 月之前
父节点
当前提交
78c9c71365
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
       </a>
     </div>
     </div>
     <div class="col">
     <div class="col">
-      <div class="card-body">
+      <div class="card-body h-full d-flex flex-column">
         <h3 class="card-title">
         <h3 class="card-title">
           <a href="#">Shut up!</a>
           <a href="#">Shut up!</a>
         </h3>
         </h3>