From eca4003366d99d49c2471146b5e2e45b8f0900ff Mon Sep 17 00:00:00 2001 From: bob Date: Wed, 13 Feb 2019 10:41:28 -0500 Subject: from last --- src/client/views/collections/CollectionSchemaView.scss | 4 +++- src/client/views/collections/CollectionSchemaView.tsx | 10 +--------- 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'src') diff --git a/src/client/views/collections/CollectionSchemaView.scss b/src/client/views/collections/CollectionSchemaView.scss index 7c4726c7b..08b1e9790 100644 --- a/src/client/views/collections/CollectionSchemaView.scss +++ b/src/client/views/collections/CollectionSchemaView.scss @@ -10,7 +10,9 @@ max-height:100%; } .ReactTable { - position: absolute + position: absolute; + display: inline-block; + width: 100%; } .ReactTable .rt-th, .ReactTable .rt-td { max-height: 75px; diff --git a/src/client/views/collections/CollectionSchemaView.tsx b/src/client/views/collections/CollectionSchemaView.tsx index 1d045ac78..302c0c8aa 100644 --- a/src/client/views/collections/CollectionSchemaView.tsx +++ b/src/client/views/collections/CollectionSchemaView.tsx @@ -117,10 +117,7 @@ export class CollectionSchemaView extends CollectionViewBase { } return (
+ style={{ borderWidth: `${COLLECTION_BORDER_WIDTH}px`, }} > { return ( { -- cgit v1.2.3-70-g09d2