Skip to content

Commit 17f56e3

Browse files
authored
Merge pull request #763 from alexkieling/master
fix(pfTableView): dropdown buttons shorter than table cells
2 parents 22ca454 + 7dda87b commit 17f56e3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/table/table.less

+3
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,6 @@ table.dataTable {
4444
.table-view-pf-select {
4545
width: 13px;
4646
}
47+
.table-view-pf-actions .dropup {
48+
height: 100%;
49+
}

src/table/tableview/table-view.component.js

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ angular.module('patternfly.table').component('pfTableView', {
2121

2222
ctrl.selectAll = false;
2323
ctrl.dtInstance = {};
24+
ctrl.dropdownClass = 'dropdown';
2425

2526
ctrl.defaultDtOptions = {
2627
autoWidth: false,

0 commit comments

Comments
 (0)