From 9f2f9060c3329daadc1f8e3b81434c6c9c2772a9 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Thu, 15 Oct 2015 11:49:09 +0200 Subject: [PATCH] adjust notification popover min-height --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index a4500c232..885e2d76d 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -3103,7 +3103,7 @@ footer { } .popover--notifications { - min-height: 100px; + min-height: 91px; width: auto; max-width: 400px; min-width: 350px;