Skip to content

Commit

Permalink
Merge pull request #25 from edgeandnode/florin/design-updates
Browse files Browse the repository at this point in the history
Adjusted play button
  • Loading branch information
Malak67 authored Jul 10, 2024
2 parents b86d7fa + f2be6ac commit e19402c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@edgeandnode/graphiql-playground",
"version": "1.2.9",
"version": "1.3.0",
"type": "commonjs",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/style-overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ button.graphiql-tab-button.graphiql-tab-button {

.graphiql-container .graphiql-toolbar.graphiql-toolbar {
margin-left: 0;
margin-right: 20px;
}

.graphiql-explorer-node select {
Expand Down

0 comments on commit e19402c

Please sign in to comment.