diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 7c903aed0a..dfbd04f0aa 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -2811,3 +2811,9 @@ body .ui-widget { color: #235A81; } +/* over-riding jqplot-yaxis class */ +.jqplot-yaxis { + left:0px !important; + min-width:25px; + width:auto; +}