Skip to content

Commit

Permalink
Merge pull request #162 from Capstone-Projects-2024-Spring/adjust-doc…
Browse files Browse the repository at this point in the history
…ument-display

removed gap between words; this is now handled by backend
  • Loading branch information
alyssatownsend committed May 6, 2024
2 parents 5e68c2e + 3d22906 commit 7c6204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/src/Frames/Reader/Reader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function Reader({ document = { name: "Unnown title", id: -1 }, close }) {
<div className="h-screen">
<ReaderActionBar name={document.name} close={close} />
<div className="py-20 px-4 ">
<div className="flex flex-wrap gap-x-2 gap-y-3">
<div className="flex flex-wrap gap-x-0 gap-y-3">
{textPages[currentPage]}
</div>
</div>
Expand Down

0 comments on commit 7c6204d

Please sign in to comment.