Skip to content

Commit

Permalink
List styling for related records
Browse files Browse the repository at this point in the history
Add a list styling to related records when the `data-layout="title"`
  • Loading branch information
MichelGabriel committed Oct 19, 2023
1 parent 5b89070 commit 8b5df79
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ <h3 data-ng-if="groupSiblingsByType && items.length > 0" class="gn-related-title
{{type.replace('siblings', '') | translate}}
</h3>

<ul class="gn-related-list">
<li data-ng-repeat="md in items | orderBy:getOrderBy">
<ul class="gn-related-list list-group">
<li class="list-group-item" data-ng-repeat="md in items | orderBy:getOrderBy">
<a
data-ng-hide="md.remoteUrl"
href=""
Expand Down

0 comments on commit 8b5df79

Please sign in to comment.