Fix bug#4009, y-axis ticks invisible in Questions chart

This commit is contained in:
Atul Pratap Singh 2013-07-25 19:54:05 +05:30
parent dacec69d3e
commit a206fa87e9

View File

@ -2754,3 +2754,9 @@ body .ui-widget {
color: #235A81;
}
/* over-riding jqplot-yaxis class */
.jqplot-yaxis {
left:0px !important;
min-width:25px;
width:auto;
}