diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2024-02-26 00:57:44 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2024-02-26 00:57:44 -0500 |
| commit | 3b6b673cf1fd1e951c28210983d0b1d6176fc013 (patch) | |
| tree | 151a61997b3a6766c12e3f6867b30ecc44aaf898 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 9f2f3875e5bf1b9f8058001d45918208d5ea820a (diff) | |
select title col ui
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index 41ce637ac..15d289abf 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -120,11 +120,18 @@ } } } -.selectAll-buttons { - display: flex; - flex-direction: row; - justify-content: flex-end; +.select-buttons { margin-top: 5px; - margin-right: 10px; - float: right; + margin-left: 25px; + display: inline-block; + .selectTitle { + display: inline-block; + + } + .selectAll { + display: flex; + flex-direction: row; + float: right; + margin-right: 10px; + } } |
