From 5a3903f4ecb357a5312a6870e43966a34914180d Mon Sep 17 00:00:00 2001 From: Sem Bauke <46919888+Sembauke@users.noreply.github.com> Date: Wed, 24 Feb 2021 12:50:05 +0100 Subject: [PATCH] fix(client) fixed icon height in containers (#41086) * fix for the containers not having a fixed height and icon sizes --- client/src/components/layouts/global.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/components/layouts/global.css b/client/src/components/layouts/global.css index 5dbdb8dab5..011a6c4fdc 100644 --- a/client/src/components/layouts/global.css +++ b/client/src/components/layouts/global.css @@ -313,6 +313,7 @@ fieldset[disabled] .btn-primary.focus { .map-icon { width: 35px; + max-height: 45px; margin-right: 20px; } @@ -328,6 +329,7 @@ fieldset[disabled] .btn-primary.focus { } .map-icon { width: 45px; + max-height: 55px; } .cert-header-icon { width: 100px;