diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2024-04-23 23:05:24 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2024-04-23 23:05:24 -0400 |
| commit | 81325ec64a24a98e3677b208a56dd048669fae72 (patch) | |
| tree | 34e7fb252b0de9b3bb0f262e4b004af5c8dc706d /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 2de4f0938dedf8a6b2d60886df5c59bce7c72f59 (diff) | |
filter one histogram bar onto child dataviz doc at a time
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index cf0007cfd..47cad9649 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -15,8 +15,7 @@ font-size: larger; display: flex; flex-direction: row; - margin-top: -20px; - margin-bottom: -20px; + margin-top: -35px; } .asHistogram-checkBox { align-items: left; |
