Reduce size of chart axis font to fit Japanese string

This commit is contained in:
wiz 2019-09-03 21:32:53 +09:00 committed by Christoph Atteneder
parent 7be5cab812
commit bf69f51861
No known key found for this signature in database
GPG key ID: CD5DC1C529CDFD3B

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 {