Skip to content

Commit

Permalink
increase cite box size
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocz authored Dec 11, 2024
1 parent 2473010 commit 0233240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ function Body() {
<GlArticle
title="MESA papers to cite"
body={
<div style={{ maxHeight: "320px", overflowY: "auto", width: "440px" }}>
<div style={{ maxHeight: "420px", overflowY: "auto", width: "700px" }}>
<CopyBlock
language={"bash"}
text={useMesaBibTxt()}
Expand Down

0 comments on commit 0233240

Please sign in to comment.