Browse Source

Update css to fix no-border issue: #1936

See https://github.com/wenzhixin/bootstrap-table/issues/1936, issue with horizontal scroll bar when no records
dabros 10 years ago
parent
commit
4328121839
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/bootstrap-table.css

+ 4 - 0
src/bootstrap-table.css

@@ -25,6 +25,10 @@
     border-right: 2px solid transparent;
     border-right: 2px solid transparent;
 }
 }
 
 
+.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
+    border-right: none;
+}
+
 .fixed-table-container {
 .fixed-table-container {
     position: relative;
     position: relative;
     clear: both;
     clear: both;