Skip to content

Commit

Permalink
Merge pull request wenzhixin#1937 from dabros/patch-6
Browse files Browse the repository at this point in the history
fix(css): update css to fix no-border issue

fixes wenzhixin#1936
  • Loading branch information
wenzhixin committed Feb 17, 2016
2 parents 52229ff + 4328121 commit 06fa73b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bootstrap-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
border-right: none;
}

.fixed-table-container {
position: relative;
clear: both;
Expand Down

0 comments on commit 06fa73b

Please sign in to comment.