Skip to content

Commit a2040bc

Browse files
authored
change cite box size
1 parent 6bb9a4b commit a2040bc

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: "300px", overflowY: "auto", width: "350px" }}>
288+
<div style={{ maxHeight: "320px", overflowY: "auto", width: "440px" }}>
289289
<CopyBlock
290290
language={"bash"}
291291
text={useMesaBibTxt()}

0 commit comments

Comments
 (0)