Fix bug#4009, y-axis ticks invisible in Questions chart
This commit is contained in:
parent
1c38c7cf19
commit
84f6e72fa7
@ -2811,3 +2811,9 @@ body .ui-widget {
|
||||
color: #235A81;
|
||||
}
|
||||
|
||||
/* over-riding jqplot-yaxis class */
|
||||
.jqplot-yaxis {
|
||||
left:0px !important;
|
||||
min-width:25px;
|
||||
width:auto;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user