Skip to content

Commit

Permalink
Merge pull request #163 from Capstone-Projects-2024-Spring/whitespace…
Browse files Browse the repository at this point in the history
…-fixes

added whitespace-pre-wrap
  • Loading branch information
alyssatownsend authored May 6, 2024
2 parents 7c6204d + 46ab884 commit 0ab219a
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 @@ -93,7 +93,7 @@ function Reader({ document = { name: "Unnown title", id: -1 }, close }) {
function Word({ word, RGB }) {
return (
<>
<span className ="black-outline text-2xl" style={{ color: RGB }}>{word}</span>
<span className ="black-outline text-2xl whitespace-pre-wrap" style={{ color: RGB }}>{word}</span>
</>
);
}
Expand Down

0 comments on commit 0ab219a

Please sign in to comment.