Skip to content

Commit e4ac307

Browse files
authored
Merge pull request #438 from derekmwright/listview
Fixes #406 - added list-view-pf-view to list view to show row borders
2 parents 34d9d12 + 6e927db commit e4ac307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/listview/list-view.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="list-group list-view-pf" dnd-list="items" ng-class="{'list-view-pf-dnd': config.dragEnabled === true}">
1+
<div class="list-group list-view-pf list-view-pf-view" dnd-list="items" ng-class="{'list-view-pf-dnd': config.dragEnabled === true}">
22
<div class='dndPlaceholder'></div>
33
<div class="list-group-item {{item.rowClass}}"
44
ng-repeat="item in items track by $index"

0 commit comments

Comments
 (0)