commit e01800a645314305b83c184a63f997265c36e6bd
parent f399dd80ab293594c8ba4cd3b04d6a47d82833e6
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 26 Mar 2018 19:31:13 +0200
Add missing max-width for the papers list
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/papers-list/papers-list.component.html b/src/app/papers-list/papers-list.component.html
@@ -1,6 +1,6 @@
<spinner spinner="spinner"></spinner>
<div class="grid">
- <mat-card *ngFor="let item of data">
+ <mat-card *ngFor="let item of data" style="max-width: 350px;">
<mat-card-header>
<mat-card-title>{{item.name}}</mat-card-title>
<mat-card-subtitle>AUTHOR (Placeholder)</mat-card-subtitle>