ソースを参照

Deleted wrong css

Dennis Hernández 10 年 前
コミット
fb9aa18788
1 ファイル変更10 行追加0 行削除
  1. 10 0
      src/bootstrap-table.css

+ 10 - 0
src/bootstrap-table.css

@@ -11,6 +11,16 @@
     border-radius: 1px;
     border-radius: 1px;
 }
 }
 
 
+.bootstrap-table
+.table,
+.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 {
 .fixed-table-container {
     position: relative;
     position: relative;
     clear: both;
     clear: both;