diff options
| author | bobzel <zzzman@gmail.com> | 2024-03-28 00:05:05 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-03-28 00:05:05 -0400 |
| commit | 52bd492747cf169df7bcdecdbdbb353d45b19734 (patch) | |
| tree | 305468bdfa2d919d4380eafd866ccca13fff0925 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | 9b2cfea0c13fef048ba6ae3d5281d1eea836e9b3 (diff) | |
fixed tabbing between items in nested dashFieldViews
Diffstat (limited to 'src/client/views/collections/collectionSchema/CollectionSchemaView.scss')
| -rw-r--r-- | src/client/views/collections/collectionSchema/CollectionSchemaView.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss index ac0bd2378..9768877ff 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -226,6 +226,15 @@ align-items: center; } +.schemaRTFCell { + display: flex; + width: 100%; + height: 100%; + position: relative; + min-width: 10px; + min-height: 10px; +} + .schema-row { cursor: grab; justify-content: flex-end; |
