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/DataVizBox.scss | |
| parent | 2de4f0938dedf8a6b2d60886df5c59bce7c72f59 (diff) | |
filter one histogram bar onto child dataviz doc at a time
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss index e9a346fbe..a4f9dba73 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.scss +++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss @@ -32,6 +32,10 @@ .liveSchema-checkBox { margin-bottom: -35px; } + .filterData-checkBox { + margin-left: 10px; + margin-bottom: -10px; + } .displaySchemaLive { margin-bottom: 20px; |
