diff options
| author | mehekj <mehek.jethani@gmail.com> | 2022-11-14 10:22:29 -0500 |
|---|---|---|
| committer | mehekj <mehek.jethani@gmail.com> | 2022-11-14 10:22:29 -0500 |
| commit | c3d7e526247dd6225af5146e93a0001d56a84c29 (patch) | |
| tree | ca95eef5e516e8c486bfab28deecd12d5874c0f7 /src/client/views/collections/collectionSchema/CollectionSchemaView.scss | |
| parent | a73521cdbccf9bed1326d24522e133fad4a0de26 (diff) | |
added menu for creating new keys
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 0631cd21d..696bfd67c 100644 --- a/src/client/views/collections/collectionSchema/CollectionSchemaView.scss +++ b/src/client/views/collections/collectionSchema/CollectionSchemaView.scss @@ -50,6 +50,8 @@ width: inherit; position: absolute; top: 35px; + min-width: 200px; + padding: 10px; } } } |
