diff --git a/public/less/admin/general/dashboard.less b/public/less/admin/general/dashboard.less index 77cceb2045..c1f25e8ea1 100644 --- a/public/less/admin/general/dashboard.less +++ b/public/less/admin/general/dashboard.less @@ -53,7 +53,8 @@ .graph-legend { .box-header-font; - display: block; + display: inline-block; + max-width: 100%; position: absolute; top: 2rem; left: 7rem; @@ -158,4 +159,4 @@ .updatePageviewsGraph.active { font-weight: bold; } -} \ No newline at end of file +}