Skip to content

Commit 0233240

Browse files
authored
increase cite box size
1 parent 2473010 commit 0233240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function Body() {
285285
<GlArticle
286286
title="MESA papers to cite"
287287
body={
288-
<div style={{ maxHeight: "320px", overflowY: "auto", width: "440px" }}>
288+
<div style={{ maxHeight: "420px", overflowY: "auto", width: "700px" }}>
289289
<CopyBlock
290290
language={"bash"}
291291
text={useMesaBibTxt()}

0 commit comments

Comments
 (0)