Skip to content

Commit ae6af81

Browse files
committed
Make table borders match pf core table borders
1 parent 46ebbb6 commit ae6af81

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/pagination/pagination.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<form class="content-view-pf-pagination list-view-pf-pagination clearfix" id="form1">
1+
<form class="content-view-pf-pagination table-view-pf-pagination list-view-pf-pagination clearfix" id="form1">
22
<div class="form-group">
33
<div uib-dropdown class="btn-group">
44
<button uib-dropdown-toggle type="button" class="btn btn-default">

src/table/table.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ table.dataTable.no-footer {
1515
}
1616
table.dataTable {
1717
margin: 0;
18+
border-collapse: collapse;
1819
thead {
1920
.sorting_asc {
2021
background-image: none !important;

0 commit comments

Comments
 (0)