diff options
author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-03 14:38:47 -0400 |
---|---|---|
committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-03 14:38:47 -0400 |
commit | 23e0ee2dcad8df2bc3467647e05c433f27787d54 (patch) | |
tree | 43d393f6c13e36c459de532af5b92fe9887d28a0 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
parent | de064a6b0acf7f3dff04c579afc2562d782472d2 (diff) |
table fixes (selected by guid not extra row + ui changes)
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 6c87241b8..996183cb8 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -77,4 +77,5 @@ } .table-container{ overflow: scroll; + margin: 10px; }
\ No newline at end of file |