Skip to content

Commit 360a564

Browse files
committed
Fix for holdings display
1 parent 9faf56d commit 360a564

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

01JHU_INST-JHU/html/prm-location-holdings-after.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
<div>
22
<style>
3-
noe .jh-boundswith-card {
4-
margin: 15px 0 0 0 !important;
3+
prm-location-holdings > * {
4+
visibility: hidden;
5+
height: 0;
6+
width: 0;
7+
margin: 0;
8+
padding: 0;
9+
}
10+
prm-location-holdings-after {
11+
visibility: visible;
512
}
613
</style>
714
<md-card
@@ -83,7 +90,7 @@
8390
<span
8491
ng-repeat="lineItem in allLine.value track by $index"
8592
>
86-
<span>
93+
<div>
8794
<a
8895
ng-if="$ctrl.isLink(lineItem)"
8996
ng-href="{{lineItem}}"
@@ -93,7 +100,7 @@
93100
ng-if="!$ctrl.isLink(lineItem)"
94101
ng-bind-html="lineItem"
95102
></span>
96-
</span>
103+
</div>
97104
</span>
98105
</div>
99106
</div>

0 commit comments

Comments
 (0)