summaryrefslogtreecommitdiff
path: root/source/features/embed-gist-inline.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'source/features/embed-gist-inline.tsx')
-rw-r--r--source/features/embed-gist-inline.tsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/features/embed-gist-inline.tsx b/source/features/embed-gist-inline.tsx
index 931242a8..c7cc2196 100644
--- a/source/features/embed-gist-inline.tsx
+++ b/source/features/embed-gist-inline.tsx
@@ -33,8 +33,9 @@ async function embedGist(link: HTMLAnchorElement): Promise<void> {
max-height: 16em;
overflow-y: auto;
}
- `}</style>,
- <link rel="stylesheet" href={gistData.stylesheet} />,
+ `}
+ </style>,
+ <link rel="stylesheet" href={gistData.stylesheet}/>,
files
);
}