From 441950f22a5bc8bc6bac66b9bbadf752ba2cec67 Mon Sep 17 00:00:00 2001 From: xonx <119700621+xonx4l@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:33:05 +0530 Subject: [PATCH 1/3] Update index.css ISSUE-:#2896 --- packages/graphiql-plugin-code-exporter/src/index.css | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/graphiql-plugin-code-exporter/src/index.css b/packages/graphiql-plugin-code-exporter/src/index.css index c139a05d582..2c4f3efcbe6 100644 --- a/packages/graphiql-plugin-code-exporter/src/index.css +++ b/packages/graphiql-plugin-code-exporter/src/index.css @@ -54,7 +54,6 @@ width: var(--toolbar-width) !important; border-radius: var(--border-radius-4) !important; cursor: pointer; - display: inline-flex; font-size: unset !important; left: unset !important; margin-top: unset !important; From 4ca4a398bb89c1a2dba35a08798c2f09513b414c Mon Sep 17 00:00:00 2001 From: xonx <119700621+xonx4l@users.noreply.github.com> Date: Fri, 3 Nov 2023 19:45:44 +0530 Subject: [PATCH 2/3] Update index.css issue-:#2896 --- packages/graphiql-plugin-code-exporter/src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/graphiql-plugin-code-exporter/src/index.css b/packages/graphiql-plugin-code-exporter/src/index.css index 2c4f3efcbe6..a4b88eaccf8 100644 --- a/packages/graphiql-plugin-code-exporter/src/index.css +++ b/packages/graphiql-plugin-code-exporter/src/index.css @@ -49,11 +49,11 @@ } } & button.toolbar-button { - display: block; height: var(--toolbar-width) !important; width: var(--toolbar-width) !important; border-radius: var(--border-radius-4) !important; cursor: pointer; + display: inline-flex; font-size: unset !important; left: unset !important; margin-top: unset !important; From 766ade0b5a9d94e3d0aa5a35892aaf6958191661 Mon Sep 17 00:00:00 2001 From: Rikki Schulte Date: Fri, 17 Nov 2023 12:07:20 +0100 Subject: [PATCH 3/3] Create afraid-eagles-destroy.md --- .changeset/afraid-eagles-destroy.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/afraid-eagles-destroy.md diff --git a/.changeset/afraid-eagles-destroy.md b/.changeset/afraid-eagles-destroy.md new file mode 100644 index 00000000000..e680c78131b --- /dev/null +++ b/.changeset/afraid-eagles-destroy.md @@ -0,0 +1,6 @@ +--- +"@graphiql/plugin-code-exporter": patch +"graphiql": patch +--- + +FIX: Unexpected duplicate CSS "display" property