diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-12-04 16:49:47 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-12-04 16:49:47 -0500 |
| commit | ac51767cba1a4694980ee26272b09194ddefb0a7 (patch) | |
| tree | 745816256f8d797a7484b0de0a7da9f37ee76594 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 966c93e3a5b70e5e579b4b67061c859df1ac357d (diff) | |
small dataviz ui tweaks
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index cc1923b98..bef3cced5 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -15,8 +15,8 @@ font-size: larger; display: flex; flex-direction: row; - margin-top: -10px; - margin-bottom: -10px; + margin-top: -20px; + margin-bottom: -20px; } .asHistogram-checkBox { // display: flex; |
