diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-26 21:07:37 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-26 21:07:37 -0400 |
| commit | 10280b6f5474717d28fc2e4ea9ce7e9f622ba910 (patch) | |
| tree | 589476b4877e313648a32aed05753b4c5b87b962 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 9154e0cfe279076d5148aad905846f18f2bab95e (diff) | |
select all / deselect all
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 35e5187b2..9359919c6 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -76,9 +76,22 @@ fill: red; } } +.tableBox { + display: flex; + flex-direction: column; +} .table-container{ overflow: scroll; - margin: 10px; + margin: 5px; margin-left: 25px; - margin-top: 25px; + margin-right: 10px; + margin-bottom: 0; +} +.selectAll-buttons { + display: flex; + flex-direction: row; + justify-content: flex-end; + margin-top: 5px; + margin-right: 10px; + float: right; }
\ No newline at end of file |
