aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
diff options
context:
space:
mode:
authorNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-14 15:58:23 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-14 15:58:23 -0400
commitb27056fc67c654dea72338f928cd69026a501c0f (patch)
tree721306e275a36332a7a1fe17200fb86a23308503 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent4770a958a7b1003d636a4f9ea2cfdb76558e61b9 (diff)
editable columnheader progress; still not updating properly on adding new col
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 6fb8e40db..269bb4de5 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -162,6 +162,13 @@
min-width: 20%;
}
+ .schema-column-edit-wrapper {
+ flex-grow: 2;
+ margin: 5px;
+ overflow: hidden;
+ min-width: 20%;
+ }
+
.schema-header-menu {
margin: 5px;
}
@@ -176,6 +183,11 @@
}
}
+ .editableView-input {
+ border: none;
+ outline: none;
+ }
+
/*.schema-column-resizer.left {
min-width: 5px;
transform: translate(-3px, 0px);