Skip to content

Commit

Permalink
fix #133
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenFang committed Nov 16, 2015
1 parent 88b1368 commit 4957f55
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion css/react-bootstrap-table-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
}

.react-bs-container .table-header{
height: 42px;
height: 37.5px;
border: hidden;
overflow: hidden;
border-bottom: 1px solid #dddddd;
}

.react-bs-container .table-header > table{
Expand Down Expand Up @@ -49,6 +50,7 @@
margin-bottom: 0px;
border-left-style: hidden;
border-right-style: hidden;
border-bottom-style: hidden;
border-top-width: 0px;
width: 100%;
}
Expand Down
4 changes: 3 additions & 1 deletion css/react-bootstrap-table.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
}

.react-bs-container .table-header{
height: 42px;
height: 37.5px;
border: hidden;
overflow: hidden;
border-bottom: 1px solid #dddddd;
}

.react-bs-container .table-header > table{
Expand Down Expand Up @@ -48,6 +49,7 @@
margin-bottom: 0px;
border-left-style: hidden;
border-right-style: hidden;
border-bottom-style: hidden;
border-top-width: 0px;
width: 100%;
}
Expand Down

0 comments on commit 4957f55

Please sign in to comment.