Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 14, 2023
1 parent 932c636 commit 55d744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ function App() {
if (!genbankData ) {
return <div>Loading...</div>;
}
let rowWidth= Math.floor(width*.097);
let rowWidth= Math.floor(width*.0965);
// rowWidth minimum 50
if (rowWidth < 50) {
rowWidth = 50;
Expand Down

1 comment on commit 55d744c

@vercel
Copy link

@vercel vercel bot commented on 55d744c Feb 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.