From 9aca59e47a8727b531b533953349d8f2e50f9295 Mon Sep 17 00:00:00 2001 From: joan Date: Mon, 4 Jan 2021 14:16:12 +0100 Subject: [PATCH] CSS height fix --- front/salix/components/upload-photo/style.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/front/salix/components/upload-photo/style.scss b/front/salix/components/upload-photo/style.scss index 9f69b39649..609364a2c1 100644 --- a/front/salix/components/upload-photo/style.scss +++ b/front/salix/components/upload-photo/style.scss @@ -17,9 +17,7 @@ & > div > img[ng-src] { width: 256px; height: 256px; - display: block; - height: 100%; - width: 100%; + display: block } }