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