diff options
author | bob <bcz@cs.brown.edu> | 2019-03-25 16:00:59 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-03-25 16:00:59 -0400 |
commit | 60ff3da65fbabd21c29bf1eecace02ebc1f6430c (patch) | |
tree | ef7650444650bc32272252d4dfcd0c0c3f212715 /src/client/views/nodes/HistogramBox.scss | |
parent | 1238c172a2ac9fb7dfdee2588f141f2ae0c22b8e (diff) |
histograms render
Diffstat (limited to 'src/client/views/nodes/HistogramBox.scss')
-rw-r--r-- | src/client/views/nodes/HistogramBox.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/nodes/HistogramBox.scss b/src/client/views/nodes/HistogramBox.scss index 04bf1d732..f17059f06 100644 --- a/src/client/views/nodes/HistogramBox.scss +++ b/src/client/views/nodes/HistogramBox.scss @@ -5,4 +5,10 @@ width: 100%; height: 100%; } + .histogrambox-xlabel { + position:absolute; + width:100%; + text-align: center; + bottom:0; + }
\ No newline at end of file |