How can I make the description of my portfolio entry look better? The words are not wrapping and they look terrible. I tried using HTML and it’s not working. Any suggestions?
Here is a photo:
How can I make the description of my portfolio entry look better? The words are not wrapping and they look terrible. I tried using HTML and it’s not working. Any suggestions?
Here is a photo:
Hello there,
This looks like an issue you can raise on the GitHub repo. Specifically, it looks like we need to add something like:
p {
word-wrap: normal;
}
If you do not want to, I can open this issue
Thank you. Can I watch how you do that? I will watch the Free Code Camp Git Hub Repo.
Sure. Here is the issue: Portfolio Description Breaks Words on Wrap · Issue #42676 · freeCodeCamp/freeCodeCamp · GitHub
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.