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-15 22:26:42 -0400
committerNathan-SR <144961007+Nathan-SR@users.noreply.github.com>2024-05-15 22:26:42 -0400
commit52b8410f14c4e522b0d7bbdbfb64d8fdbd5c3023 (patch)
treeef63d56535127651bd00ae349975f5296acf28ae /src/client/views/collections/collectionSchema/CollectionSchemaView.scss
parent04b650dee835be1a4446a2499b8acd525b92daf9 (diff)
columheader editing working!! (kinda hacky using readonly input revisit)
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
-rw-r--r--src/client/views/collections/collectionSchema/CollectionSchemaView.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
index 269bb4de5..fd2e882d9 100644
--- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
+++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss
@@ -159,7 +159,7 @@
flex-grow: 2;
margin: 5px;
overflow: hidden;
- min-width: 20%;
+ min-width: 100%;
}
.schema-column-edit-wrapper {