aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2023-02-27 17:00:49 -0500
committermehekj <mehek.jethani@gmail.com>2023-02-27 17:00:49 -0500
commit222f659b8c291fafce2648e367392dd9f467cb25 (patch)
tree2592b253f380624323285c325cf415d22ea42cbb /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parentfecf9bdf8fc6d551e4595af688179950af6ca684 (diff)
rows are documentviews but clipped
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index bd0fc11b3..46c2e2d1a 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -134,10 +134,16 @@
}
}
+.schema-row-wrapper {
+ max-height: 70px;
+ overflow: hidden;
+}
+
.schema-header-row,
.schema-row {
display: flex;
flex-direction: row;
+ height: 100%;
max-height: 70px;
overflow: auto;