From 1099e08b7d7d44fb6c7901426e91248672a70123 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Thu, 4 Feb 2021 14:24:08 +0100 Subject: [PATCH] :bug: Fixed small visual problem for images in handoff --- frontend/resources/styles/main/partials/handoff.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/resources/styles/main/partials/handoff.scss b/frontend/resources/styles/main/partials/handoff.scss index 3f407617f..ea94a565a 100644 --- a/frontend/resources/styles/main/partials/handoff.scss +++ b/frontend/resources/styles/main/partials/handoff.scss @@ -211,8 +211,10 @@ width: calc(100% - 1rem); min-height: 5rem; + img { max-height: 8rem; + max-width: 100%; width: auto; } }