diff options
| author | bobzel <zzzman@gmail.com> | 2023-03-23 18:03:52 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-03-23 18:03:52 -0400 |
| commit | 3131630ba45444ca52e1db0df4b1649c1770206a (patch) | |
| tree | 498f126768ecadbbd4db9a96d7cbba8df11ce49f /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 9569fc333ffc3496f3a91989da778449271f323c (diff) | |
updated add/remove column in schema view to fit UI better and change css to truncate field name. changed min col width to 25.
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index 287e2b01b..c96773298 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -115,6 +115,8 @@ .schema-column-title { flex-grow: 2; margin: 5px; + overflow: hidden; + min-width: 20%; } .schema-header-menu { |
