Skip to content

Commit

Permalink
change cite box size
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocz authored Dec 11, 2024
1 parent 6bb9a4b commit a2040bc
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: "300px", overflowY: "auto", width: "350px" }}>
<div style={{ maxHeight: "320px", overflowY: "auto", width: "440px" }}>
<CopyBlock
language={"bash"}
text={useMesaBibTxt()}
Expand Down

0 comments on commit a2040bc

Please sign in to comment.