My username on the site is causing overflow outside of the content box, as shown here
I tried adding
h1, h2, h3, h4, h5, h6 { color: #44444; overflow-wrap: break-word;}
, but it didn't work.
Here is the code for the profile page:
All CSS styles for the profile page are working except for the overflow issue. Any help would be greatly appreciated :)