diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-25 16:08:40 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-25 16:08:40 -0400 |
| commit | 9d73e6d0a74a5f94e3143203ac10b4397710330c (patch) | |
| tree | 6593a34600ccf6b7a2b0b6aee7613e40082007b6 /src/client/views/nodes/HistogramBox.scss | |
| parent | aec363d4b5fcb3df1a42796014c67dfc52149161 (diff) | |
| parent | 60ff3da65fbabd21c29bf1eecace02ebc1f6430c (diff) | |
merged with master
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 |
