mirror of https://github.com/abpframework/abp.git
5 changed files with 33 additions and 18 deletions
@ -1,4 +1,8 @@ |
|||
.dataTable { |
|||
width: 100% !important; |
|||
border-spacing: 0 !important; |
|||
} |
|||
.table td, |
|||
.table th { |
|||
padding: 8px 10px; |
|||
} |
|||
@ -1 +1 @@ |
|||
.dataTable{width:100% !important;border-spacing:0 !important;} |
|||
.dataTable{width:100% !important;border-spacing:0 !important;}.table td,.table th{padding:8px 10px;} |
|||
Loading…
Reference in new issue