We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9faf56d commit 360a564Copy full SHA for 360a564
01JHU_INST-JHU/html/prm-location-holdings-after.html
@@ -1,7 +1,14 @@
1
<div>
2
<style>
3
- noe .jh-boundswith-card {
4
- margin: 15px 0 0 0 !important;
+ prm-location-holdings > * {
+ visibility: hidden;
5
+ height: 0;
6
+ width: 0;
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+ prm-location-holdings-after {
11
+ visibility: visible;
12
}
13
</style>
14
<md-card
@@ -83,7 +90,7 @@
83
90
<span
84
91
ng-repeat="lineItem in allLine.value track by $index"
85
92
>
86
- <span>
93
+ <div>
87
94
<a
88
95
ng-if="$ctrl.isLink(lineItem)"
89
96
ng-href="{{lineItem}}"
@@ -93,7 +100,7 @@
100
ng-if="!$ctrl.isLink(lineItem)"
101
ng-bind-html="lineItem"
102
></span>
- </span>
103
+ </div>
97
104
</span>
98
105
</div>
99
106
0 commit comments