Skip to content

Commit

Permalink
more resize
Browse files Browse the repository at this point in the history
  • Loading branch information
pmocz committed Oct 2, 2024
1 parent 53739f3 commit dbe0e55
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 @@ -287,7 +287,7 @@ function Body() {
<GlArticle
title="MESA papers to cite"
body={
<div style={{ maxHeight: "300px", overflowY: "auto", width: "400px" }}>
<div style={{ maxHeight: "300px", overflowY: "auto", width: "350px" }}>
<CopyBlock
language={"bash"}
text={useMesaBibTxt()}
Expand Down

0 comments on commit dbe0e55

Please sign in to comment.