diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-08-11 14:28:09 -0400 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-08-11 14:28:09 -0400 |
| commit | ee77b8ff032d4b06c2f0b6ac8153a32e54ab8355 (patch) | |
| tree | 556baaf752528fa91d359c01c84223b9d99177bb /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | e611aa3096a9eda6ac94e20c86f263d338533d49 (diff) | |
drag and drop rows works, needs cleaning up
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 0f4053127..5ead99c02 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -2,6 +2,7 @@ .collectionSchemaView { cursor: default; + height: 100%; .schema-table { background-color: $white; |
