소스 검색

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>
     </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>