From f6c961de63ed36bb347f43869371a30e11a1aa42 Mon Sep 17 00:00:00 2001 From: Gogs Date: Wed, 31 Oct 2018 18:06:40 +0000 Subject: [PATCH] bug fix with layout extra large --- src/api/templates/dashboard/apps/summary.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/templates/dashboard/apps/summary.html b/src/api/templates/dashboard/apps/summary.html index da2bfda..8cdddfa 100644 --- a/src/api/templates/dashboard/apps/summary.html +++ b/src/api/templates/dashboard/apps/summary.html @@ -128,7 +128,7 @@ @media screen and (max-width: 1280px){ .widget .chart .info { width:99%; - min-height:90%; + min-height:70%; overflow:hidden } }