Skip to content

Commit

Permalink
MantisGraph: equal spacing between submenu/main div
Browse files Browse the repository at this point in the history
Some MantisGraph plugin pages were missing a spacer div, causing the
title div to be too close to the submenu's buttons.

Fixes #25386
  • Loading branch information
dregad committed Feb 3, 2019
1 parent 5697fb6 commit 9c04dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/MantisGraph/pages/developer_graph.php
Expand Up @@ -40,6 +40,7 @@
?>

<div class="col-md-12 col-xs-12">
<div class="space-10"></div>
<div class="widget-box widget-color-blue2">
<div class="widget-header widget-header-small">
<h4 class="widget-title lighter">
Expand Down
1 change: 1 addition & 0 deletions plugins/MantisGraph/pages/issues_trend_graph.php
Expand Up @@ -38,6 +38,7 @@
?>

<div class="col-md-12 col-xs-12">
<div class="space-10"></div>
<div class="widget-box widget-color-blue2">
<div class="widget-header widget-header-small">
<h4 class="widget-title lighter">
Expand Down
1 change: 1 addition & 0 deletions plugins/MantisGraph/pages/reporter_graph.php
Expand Up @@ -40,6 +40,7 @@
?>

<div class="col-md-12 col-xs-12">
<div class="space-10"></div>
<div class="widget-box widget-color-blue2">
<div class="widget-header widget-header-small">
<h4 class="widget-title lighter">
Expand Down

0 comments on commit 9c04dce

Please sign in to comment.