Reduce size of chart axis font to fit Japanese string

This commit is contained in:
wiz 2019-09-03 21:32:53 +09:00
parent 9047ff17a2
commit 97b6ba133d
No known key found for this signature in database
GPG key ID: A394E332255A6173

View file

@ -1547,6 +1547,7 @@ textfield */
#charts .axis, #price-chart .axis, #volume-chart .axis, #charts-dao .axis {
-fx-tick-label-fill: -bs-rd-font-lighter;
-fx-tick-label-font-size: 0.769em;
-fx-font-size: 0.880em;
}
#charts .chart-plot-background, #charts-dao .chart-plot-background {