From 25b953cebd3edb2ea149cb1356b01741c0aa29f1 Mon Sep 17 00:00:00 2001 From: Isaac Grynsztein Date: Mon, 16 Mar 2020 01:22:48 -0400 Subject: [PATCH] Updated look of file cards again to prevent aspect ratio from being changed --- src/app/file-card/file-card.component.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/file-card/file-card.component.css b/src/app/file-card/file-card.component.css index 7376b16..342885f 100644 --- a/src/app/file-card/file-card.component.css +++ b/src/app/file-card/file-card.component.css @@ -18,8 +18,6 @@ .image { width: 100%; - height: 100%; - border-radius: 0px 0px 4px 4px; } .example-full-width-height { @@ -38,6 +36,8 @@ padding: 0px; margin: 8px 0px 0px -5px; width: calc(100% + 5px + 5px); + overflow: hidden; + border-radius: 0px 0px 4px 4px; } .max-two-lines {