aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authormehekj <mehek.jethani@gmail.com>2023-03-22 17:42:28 -0400
committermehekj <mehek.jethani@gmail.com>2023-03-22 17:42:28 -0400
commit3fed87fe05a70a5ef63ed7989c7a28faee68bf4b (patch)
treefe4cfa2919ef4b3aa26ad898023d85ada21f6bf2 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent1be46d0193752c4158cf327b8d3f7421b2d1b60f (diff)
shift enter shortcut to fill column
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 1853fb589..287e2b01b 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -109,6 +109,8 @@
align-items: center;
padding: 0;
z-index: 1;
+ border: 1px solid $medium-gray;
+ overflow: hidden;
.schema-column-title {
flex-grow: 2;
@@ -146,7 +148,6 @@
}
.schema-row-wrapper {
- // max-height: 70px;
overflow: hidden;
}
@@ -159,16 +160,14 @@
display: flex;
flex-direction: row;
height: 100%;
- // max-height: 70px;
overflow: auto;
}
-.schema-column-header,
.schema-table-cell,
.row-menu {
border: 1px solid $medium-gray;
- padding: 5px;
overflow: hidden;
+ padding: 5px;
}
.schema-row {