refactor: change CCol cols attribute to col attribute

This commit is contained in:
woothu
2019-04-04 09:29:10 +02:00
parent 4b8fdbf142
commit 3a9bc09c3a
25 changed files with 1664 additions and 1664 deletions
+2 -2
View File
@@ -36,10 +36,10 @@
</CCardBody>
<CCardFooter class="p-4">
<CRow>
<CCol cols="6">
<CCol col="6">
<CButton block class="btn btn-facebook"><span>facebook</span></CButton>
</CCol>
<CCol cols="6">
<CCol col="6">
<CButton block class="btn btn-twitter" type="button"><span>twitter</span></CButton>
</CCol>
</CRow>