diff options
| author | mehekj <mehek.jethani@gmail.com> | 2023-02-28 15:15:48 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2023-02-28 15:15:48 -0500 |
| commit | d7d94fb4a9480a699eafa250a95821f7c584911d (patch) | |
| tree | be4562bbe696027af5513e09e684c092d8657e01 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | fcbcf0290c8da423667b94db9a92f41c962955ed (diff) | |
rows are documentviews (again)
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 4 |
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, |
