Skip to content

Commit 53739f3

Browse files
committed
resize
1 parent d48a319 commit 53739f3

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
@@ -287,7 +287,7 @@ function Body() {
287287
<GlArticle
288288
title="MESA papers to cite"
289289
body={
290-
<div style={{ maxHeight: "400px", overflowY: "auto", width: "500px" }}>
290+
<div style={{ maxHeight: "300px", overflowY: "auto", width: "400px" }}>
291291
<CopyBlock
292292
language={"bash"}
293293
text={useMesaBibTxt()}

0 commit comments

Comments
 (0)