diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-10-16 16:06:59 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-10-16 16:06:59 -0400 |
| commit | def79740fe8054a03772035990b4355c9aa24ebc (patch) | |
| tree | f66db136cabeb51ac57eb36943e66118639da7a1 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | fd6d900a03c5db3492a39b918660cc44297c96fd (diff) | |
center text + scrolling covers whole table height
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index c788a64c2..c8ea88d63 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -111,6 +111,7 @@ white-space: pre; max-width: 150; overflow: hidden; + margin-left: 2px; } } } |
