aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss
index cd500e9ae..a69881b7c 100644
--- a/src/client/views/nodes/DataVizBox/DataVizBox.scss
+++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss
@@ -1,4 +1,14 @@
.dataviz {
- overflow: auto;
+ overflow: scroll;
height: 100%;
+ width: 100%;
+
+ .datatype-button{
+ display: flex;
+ flex-direction: row;
+ }
+}
+.start-message {
+ margin: 10px;
+ align-self: baseline;
}