From bdf67bd1c46e33e48bad16653e9772114c77e2cc Mon Sep 17 00:00:00 2001 From: Andrew Rodrigues Date: Mon, 9 Apr 2018 12:01:57 -0400 Subject: [PATCH] fix for large resolutions --- public/less/admin/general/dashboard.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/less/admin/general/dashboard.less b/public/less/admin/general/dashboard.less index 5e0252be86..b47737d99a 100644 --- a/public/less/admin/general/dashboard.less +++ b/public/less/admin/general/dashboard.less @@ -34,7 +34,7 @@ &.fullscreen { width: 100%; - padding: 100px 40px; + padding: 40px; .fa-expand { top: 20px;