diff options
| author | bob <bcz@cs.brown.edu> | 2019-04-05 11:49:59 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-04-05 11:49:59 -0400 |
| commit | 8667cfd95ffb5a78392a8bfb78e4600c5da2acaa (patch) | |
| tree | 22af77af46044d3f8c8f78700b2714c8f8b5371f /src/client/northstar/dash-nodes/HistogramBox.scss | |
| parent | 25d56d2f490ca6c8ea685b832332605a7fc6042a (diff) | |
fixed histograms
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBox.scss')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramBox.scss | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBox.scss b/src/client/northstar/dash-nodes/HistogramBox.scss index 94da36e29..e899cf15e 100644 --- a/src/client/northstar/dash-nodes/HistogramBox.scss +++ b/src/client/northstar/dash-nodes/HistogramBox.scss @@ -29,9 +29,10 @@ .histogrambox-yaxislabel-text { position:absolute; left:0; - transform-origin: left; + width: 1000px; + transform-origin: 10px 10px; transform: rotate(-90deg); - text-align: center; + text-align: left; font-size: 14; font-weight: bold; bottom: calc(50% - 25px); |
