Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Synchronize changes from vscode-graphql/pull/215 #937

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
also style inside of details tag
  • Loading branch information
phryneas committed Sep 23, 2024
commit 8cbb2faf5d3c01f88f285806ba445fcf06d7eb2e
2 changes: 1 addition & 1 deletion src/components/Page.js
Original file line number Diff line number Diff line change
@@ -410,7 +410,7 @@ export default function Page({file}) {
whiteSpace: 'normal'
}
},
'>': {
[['>', '> details >']]: {
':not(a):not(:last-child)': {
mb: 6
},
Loading