From 2cfcc2ede4b08330491b1043ed1c5c43ae6fefe0 Mon Sep 17 00:00:00 2001 From: Florian Date: Sat, 26 May 2018 22:45:04 +0200 Subject: [PATCH] Correction of post card image size. --- src/main/ts/src/app/core/post-card/post-card.component.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/ts/src/app/core/post-card/post-card.component.ts b/src/main/ts/src/app/core/post-card/post-card.component.ts index 150937e..16bdd5c 100755 --- a/src/main/ts/src/app/core/post-card/post-card.component.ts +++ b/src/main/ts/src/app/core/post-card/post-card.component.ts @@ -7,7 +7,7 @@ import { environment } from '../../../environments/environment'; template: `
- Article + Article
@@ -44,6 +44,9 @@ import { environment } from '../../../environments/environment'; border-radius: 50%; margin-right: 15px; } + #post-image { + width: 100%; + } `] }) export class PostCardComponent {