ソースを参照

Fix firefox 23 display bug.

zhixin 11 年 前
コミット
dce6d74582
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/bootstrap-table.css

+ 1 - 1
src/bootstrap-table.css

@@ -48,7 +48,7 @@
 .fixed-table-body thead th .th-inner {
 .fixed-table-body thead th .th-inner {
     /*position: absolute;*/
     /*position: absolute;*/
     top: 0;
     top: 0;
-    padding: 8px;
+    padding: 8px 0;
     line-height: 22px;
     line-height: 22px;
     vertical-align: top;
     vertical-align: top;
     border-left: 1px solid #dddddd;
     border-left: 1px solid #dddddd;