[Trunk | Library]: showAuthors.component: uk-height-max-small (not medium) to make them scrollable.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@56077 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b74ccacf03
commit
1d752d6bd9
|
@ -7,7 +7,7 @@ import {EnvProperties} from '../properties/env-properties';
|
|||
@Component({
|
||||
selector: 'showAuthors',
|
||||
template: `
|
||||
<div *ngIf="authors != undefined" class="uk-height-max-medium uk-overflow-auto">
|
||||
<div *ngIf="authors != undefined" class="uk-height-max-small uk-overflow-auto">
|
||||
<!--div *ngIf="showAll && numberOfAuthors > authorsLimit">
|
||||
<a (click)="numberOfAuthors = authorsLimit;">View less authors</a>
|
||||
</div-->
|
||||
|
|
Loading…
Reference in New Issue