Skip to content

Commit bf3a6c3

Browse files
committed
this fix locally
1 parent 1046bf0 commit bf3a6c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/graphiql-react/src/ui/tabs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
border-radius: var(--border-radius-8) var(--border-radius-8) 0 0;
4444
overflow: hidden;
4545
text-overflow: ellipsis;
46-
padding: var(--px-4) var(--px-8);
46+
padding: var(--px-4) 28px var(--px-4) var(--px-8);
4747

4848
&:hover {
4949
background: none;

0 commit comments

Comments
 (0)