From 544765af3eff2928c109f555cd939b4354491be9 Mon Sep 17 00:00:00 2001 From: Anoop M D Date: Tue, 8 Nov 2022 03:45:30 +0530 Subject: [PATCH] fix: fixed graphql docs height overflow (#65) --- packages/bruno-app/src/components/RequestTabPanel/index.js | 2 +- packages/bruno-graphql-docs/readme.md | 7 ++++++- packages/bruno-schema/readme.md | 5 +++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/packages/bruno-app/src/components/RequestTabPanel/index.js b/packages/bruno-app/src/components/RequestTabPanel/index.js index 9f7f41f60..edc3fb372 100644 --- a/packages/bruno-app/src/components/RequestTabPanel/index.js +++ b/packages/bruno-app/src/components/RequestTabPanel/index.js @@ -126,7 +126,7 @@ const RequestTabPanel = () => { }; return ( - +
diff --git a/packages/bruno-graphql-docs/readme.md b/packages/bruno-graphql-docs/readme.md index bf6e54b15..1d9660aee 100644 --- a/packages/bruno-graphql-docs/readme.md +++ b/packages/bruno-graphql-docs/readme.md @@ -1,3 +1,8 @@ # bruno-graphql-docs -Standalone graphql docs explorer module forked from [graphiql](https://github.com/graphql/graphiql) \ No newline at end of file +Standalone graphql docs explorer module forked from [graphiql](https://github.com/graphql/graphiql) + +### Publish to Npm Registry +```bash +npm publish --access=public +``` \ No newline at end of file diff --git a/packages/bruno-schema/readme.md b/packages/bruno-schema/readme.md index c49bc618f..0755fb9e5 100644 --- a/packages/bruno-schema/readme.md +++ b/packages/bruno-schema/readme.md @@ -2,6 +2,11 @@ The schema definition for collections +### Publish to Npm Registry +```bash +npm publish --access=public +``` + ### Collection schema ```bash id Unique id (when persisted to a db)