aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-07-12 17:28:20 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-07-12 17:28:20 -0400
commitc5740deae879fffdc46a862b81be2c96ae9366b4 (patch)
tree1348aec6b5e553512fca2c1d98b0d93a78280140 /src/client/views/nodes/DataVizBox/DataVizBox.scss
parentd20a4b3791c79325c709c42f797452275f2da312 (diff)
graph type option ui + problem fixes
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss
index cd500e9ae..424f8b0f1 100644
--- a/src/client/views/nodes/DataVizBox/DataVizBox.scss
+++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss
@@ -1,4 +1,9 @@
.dataviz {
overflow: auto;
height: 100%;
+
+ .datatype-button{
+ margin: 0;
+ border: 1px solid white;
+ }
}