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