aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-10 19:30:04 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-10-10 19:30:04 -0400
commit772c7a4c4d8867cbc33a673c3e3c6f3e330d395d (patch)
tree4123778ddc5cc2ca4b4a254e11d660fb5e5e19ea /src
parent36735ff00a55ae587af5f69eef495533a1f35393 (diff)
schema cell editing div height 100%
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss1
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 c32661214..817ceac97 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -309,6 +309,7 @@
.schemaField-editing {
outline: none;
+ height: 100%;
}