We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48a319 commit 53739f3Copy full SHA for 53739f3
1 file changed
src/App.tsx
@@ -287,7 +287,7 @@ function Body() {
287
<GlArticle
288
title="MESA papers to cite"
289
body={
290
- <div style={{ maxHeight: "400px", overflowY: "auto", width: "500px" }}>
+ <div style={{ maxHeight: "300px", overflowY: "auto", width: "400px" }}>
291
<CopyBlock
292
language={"bash"}
293
text={useMesaBibTxt()}
0 commit comments