Skip to content

Commit

Permalink
docs: update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Nov 5, 2021
1 parent dd34bd9 commit feea303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ Using a combination of grid and utility classes, cards can be made horizontal in
<CCard class="mb-3" style="max=width: 540px">
<CRow class="g-0">
<CCol :md="4">
<CCardImage class="rounded-0" :src="$withBase('/images/vue.jpg')" />
<CImage class="rounded-start" fluid :src="$withBase('/images/vue.jpg')" />
</CCol>
<CCol :md="8">
<CCardBody>
Expand Down

0 comments on commit feea303

Please sign in to comment.