|
26 | 26 | <md-list-item ng-if="$ctrl.options.sourceReference"> |
27 | 27 | <h5>{{'related-publication-management.detail.label.sourceReference' | translate }}:</h5> |
28 | 28 | <span |
29 | | - class="md-secondary" lang="{{$ctrl.options.language}}">{{$ctrl.options.sourceReference}}</span> |
| 29 | + class="md-secondary" lang="{{$ctrl.options.language}}" style="word-break: break-word;">{{$ctrl.options.sourceReference}}</span> |
30 | 30 | </md-list-item> |
31 | 31 | <md-list-item ng-if="$ctrl.options.doi"> |
32 | 32 | <h5>{{'related-publication-management.detail.label.doi' | translate }}:</h5> |
33 | | - <span |
34 | | - class="md-secondary"> |
35 | | - <a |
36 | | - ng-href="https://dx.doi.org/{{$ctrl.options.doi}}" |
37 | | - target="_blank"> |
| 33 | + <a class="md-secondary" |
| 34 | + ng-href="https://dx.doi.org/{{$ctrl.options.doi}}" |
| 35 | + target="_blank"> |
38 | 36 | {{$ctrl.options.doi}} |
39 | | - <md-tooltip |
40 | | - md-autohide="true" |
41 | | - md-z-index="bowser.mobile || bowser.tablet ? -100 : 100001"> |
42 | | - {{'related-publication-management.detail.doi-tooltip' | translate}} |
43 | | - </md-tooltip> |
44 | | - </a> |
45 | | - </span> |
| 37 | + <md-tooltip |
| 38 | + md-autohide="true" |
| 39 | + md-z-index="bowser.mobile || bowser.tablet ? -100 : 100001"> |
| 40 | + {{'related-publication-management.detail.doi-tooltip' | translate}} |
| 41 | + </md-tooltip> |
| 42 | + </a> |
46 | 43 | </md-list-item> |
47 | 44 | <md-list-item ng-if="$ctrl.options.sourceLink"> |
48 | 45 | <h5>{{'related-publication-management.detail.label.sourceLink' | translate }}:</h5> |
49 | | - <span |
50 | | - class="md-secondary"> |
51 | | - <a |
52 | | - class="fdz-truncate-string" |
53 | | - ng-href="{{$ctrl.options.sourceLink}}" style="display: block;" |
| 46 | + <a class="md-secondary fdz-truncate-string" |
| 47 | + ng-href="{{$ctrl.options.sourceLink}}" |
54 | 48 | target="_blank">{{$ctrl.options.sourceLink}} |
55 | | - <md-tooltip |
56 | | - md-autohide="true" |
57 | | - md-z-index="bowser.mobile || bowser.tablet ? -100 : 100001"> |
| 49 | + <md-tooltip |
| 50 | + md-autohide="true" |
| 51 | + md-z-index="bowser.mobile || bowser.tablet ? -100 : 100001"> |
58 | 52 | {{'related-publication-management.detail.sourceLink-tooltip' | translate}} |
59 | | - </md-tooltip> |
60 | | - </a> |
61 | | - </span> |
| 53 | + </md-tooltip> |
| 54 | + </a> |
62 | 55 | </md-list-item> |
63 | 56 | <md-list-item ng-if="$ctrl.options.annotations"> |
64 | 57 | <h5>{{'related-publication-management.detail.label.annotations' | translate }}:</h5> |
|
0 commit comments