Skip to content

Commit

Permalink
FIX:Unexpected duplicate "display". (#3439)
Browse files Browse the repository at this point in the history
  • Loading branch information
xonx4l committed Nov 20, 2023
1 parent e45ba17 commit d07d5fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/afraid-eagles-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@graphiql/plugin-code-exporter": patch
"graphiql": patch
---

FIX: Unexpected duplicate CSS "display" property
1 change: 0 additions & 1 deletion packages/graphiql-plugin-code-exporter/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
}
}
& button.toolbar-button {
display: block;
height: var(--toolbar-width) !important;
width: var(--toolbar-width) !important;
border-radius: var(--border-radius-4) !important;
Expand Down

0 comments on commit d07d5fc

Please sign in to comment.