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 1c38c7cf19
commit 84f6e72fa7

View File

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