We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb9a4b commit a2040bcCopy full SHA for a2040bc
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: "300px", overflowY: "auto", width: "350px" }}>
+ <div style={{ maxHeight: "320px", overflowY: "auto", width: "440px" }}>
289
<CopyBlock
290
language={"bash"}
291
text={useMesaBibTxt()}
0 commit comments