Skip to content

Commit d07d5fc

Browse files
authored
FIX:Unexpected duplicate "display". (#3439)
1 parent e45ba17 commit d07d5fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/afraid-eagles-destroy.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@graphiql/plugin-code-exporter": patch
3+
"graphiql": patch
4+
---
5+
6+
FIX: Unexpected duplicate CSS "display" property

packages/graphiql-plugin-code-exporter/src/index.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
}
5050
}
5151
& button.toolbar-button {
52-
display: block;
5352
height: var(--toolbar-width) !important;
5453
width: var(--toolbar-width) !important;
5554
border-radius: var(--border-radius-4) !important;

0 commit comments

Comments
 (0)