Browse Source

Added css rule for resizable extension

Dennis Hernández 10 years ago
parent
commit
1206a22f6a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      src/bootstrap-table.css

+ 11 - 0
src/bootstrap-table.css

@@ -11,6 +11,17 @@
     border-radius: 1px;
 }
 
+.bootstrap-table
+.table,
+.table>thead>tr>th,
+.table>tbody>tr>th,
+.table>tfoot>tr>th,
+.table>thead>tr>td,
+.table>tbody>tr>td,
+.table>tfoot>tr>td {
+    padding: 8px !important;
+}
+
 .fixed-table-container {
     position: relative;
     clear: both;