diff options
| author | bobzel <zzzman@gmail.com> | 2023-10-10 14:54:18 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-10 14:54:18 -0400 |
| commit | d929c0511cae863412a398f426d9e5b7ca64e6d9 (patch) | |
| tree | 7c077af3a03a17a8ffb0e9fbb45e7d71a8372cc5 /src/client/views/nodes/DataVizBox/components/TableBox.scss | |
| parent | c9d83841221620137e89920198ffaeab2677b439 (diff) | |
| parent | 5eca36aa3e775646d96671b922bf7205074ab135 (diff) | |
Merge pull request #282 from brown-dash/dataViz-scroll
Data viz scroll
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/TableBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/TableBox.scss | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/TableBox.scss b/src/client/views/nodes/DataVizBox/components/TableBox.scss deleted file mode 100644 index 1264d6a46..000000000 --- a/src/client/views/nodes/DataVizBox/components/TableBox.scss +++ /dev/null @@ -1,22 +0,0 @@ -.table { - margin-top: 10px; - margin-bottom: 10px; - margin-left: 10px; - margin-right: 10px; -} - -.table-row { - display: flex; - flex-direction: row; - justify-content: space-between; - align-items: center; - padding: 5px; - border-bottom: 1px solid #ccc; -} - -.table-container { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -}
\ No newline at end of file |
