We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46ebbb6 commit ae6af81Copy full SHA for ae6af81
src/pagination/pagination.html
@@ -1,4 +1,4 @@
1
-<form class="content-view-pf-pagination list-view-pf-pagination clearfix" id="form1">
+<form class="content-view-pf-pagination table-view-pf-pagination list-view-pf-pagination clearfix" id="form1">
2
<div class="form-group">
3
<div uib-dropdown class="btn-group">
4
<button uib-dropdown-toggle type="button" class="btn btn-default">
src/table/table.less
@@ -15,6 +15,7 @@ table.dataTable.no-footer {
15
}
16
table.dataTable {
17
margin: 0;
18
+ border-collapse: collapse;
19
thead {
20
.sorting_asc {
21
background-image: none !important;
0 commit comments