aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2023-02-28 15:15:48 -0500
committermehekj <mehek.jethani@gmail.com>2023-02-28 15:15:48 -0500
commitd7d94fb4a9480a699eafa250a95821f7c584911d (patch)
treebe4562bbe696027af5513e09e684c092d8657e01 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parentfcbcf0290c8da423667b94db9a92f41c962955ed (diff)
rows are documentviews (again)
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 46c2e2d1a..5c0b6d88b 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -135,7 +135,7 @@
}
.schema-row-wrapper {
- max-height: 70px;
+ // max-height: 70px;
overflow: hidden;
}
@@ -144,7 +144,7 @@
display: flex;
flex-direction: row;
height: 100%;
- max-height: 70px;
+ // max-height: 70px;
overflow: auto;
.schema-column-header,