[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:
konstantina.galouni 2019-06-14 10:15:02 +00:00
parent b74ccacf03
commit 1d752d6bd9
1 changed files with 1 additions and 1 deletions

View File

@ -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-->