Remove margin between table and scroll

This commit is contained in:
Brian Miyaji
2014-05-31 13:11:30 +10:00
parent f02d49f6b4
commit 68436b5c9c

View File

@@ -14,6 +14,9 @@
width: 100%;
position: relative;
}
.sp-scrollable-table-wrapper .sp-data-table {
margin-bottom: 0;
}
.sp-data-table thead th {
white-space: nowrap;
}