Browse Source

Bugfixed / Print element on new page if can not fit

master
Safet Purkovic 4 years ago
parent
commit
af47de3cb9
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      src/views/demoComponent/DemoComponent8.js

+ 8
- 0
src/views/demoComponent/DemoComponent8.js View File

@@ -303,6 +303,14 @@ const DemoComponent8 = () => {

</CCol>
</CRow>
</CCardBody>
</CCard>
</CCol>
</CRow>
<CRow>
<CCol>
<CCard>
<CCardBody>
<div>
<br />
<table className="table table-hover table-outline mb-0 d-sm-table" >

Loading…
Cancel
Save