From a9dbe2d555c3d8dc0e4888c5ceb8246433f916cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Korsuk=C3=A9witz?= Date: Mon, 11 Nov 2019 09:08:59 +0100 Subject: [PATCH] CSS Bug --- app/assets/stylesheets/zammad.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index 1561debe0..47ddced27 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -5069,7 +5069,8 @@ footer { flex-direction: column; align-items: center; flex: 0 1 38px; - + height: 100%; + .icon { display: block; }