diff options
| author | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-05 20:03:48 -0400 |
|---|---|---|
| committer | Andy Rickert <andrew_rickert@brown.edu> | 2020-08-05 20:03:48 -0400 |
| commit | 569f8f5c6884c67a471c90034f2ed9b764338ec6 (patch) | |
| tree | bed03f3677683cd040629b209b757d89895c8943 /src/client/views/collections/CollectionSchemaView.scss | |
| parent | f0781beeadf54bfc7cd4709ace9f49b1bb7e7a0d (diff) | |
| parent | 201da4ecf5c91595dc1c7fb51e360bb75af613f8 (diff) | |
Merge branch 'schema_search' of https://github.com/browngraphicslab/Dash-Web into schema_search
Diffstat (limited to 'src/client/views/collections/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionSchemaView.scss | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 6bf24fe63..ba0a259c5 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -517,6 +517,14 @@ button.add-column { padding: 10px 30px; background-color: rgb(252, 252, 252); width: 100%; + + .rt-thead { + display:none; + } + .collectionSchemaView-table{ + border: solid 1px; + overflow: hidden; + } .row-dragger { @@ -552,7 +560,6 @@ button.add-column { text-transform: uppercase; cursor: pointer; font-size: 10.5px; - padding: 10px; margin-left: 50px; margin-top: 10px; }
\ No newline at end of file |
