diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-29 20:13:06 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-29 20:13:06 -0400 |
| commit | 79f9bc805f281a13fe59162f2e25dd1fdcefaae0 (patch) | |
| tree | 886b9de957c5b35baafab1f177c3d7199cda865f /src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss | |
| parent | 6e993fb5817e8ddce756396e53883a42530f52bb (diff) | |
code cleanup
Diffstat (limited to 'src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss')
| -rw-r--r-- | src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss index 9d42219cc..ce9edd65e 100644 --- a/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss +++ b/src/client/northstar/dash-nodes/HistogramBoxPrimitives.scss @@ -1,3 +1,7 @@ +.histogramboxprimitives-container { + width: 100%; + height: 100%; +} .histogramboxprimitives-border { border: 3px; border-style: solid; |
