Skip to content

Commit

Permalink
Fix profile text overflow (ory#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jul 2, 2020
1 parent 8432d4c commit 3c61371
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/components/profile.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
}

& p {
word-break: break-all;
hyphens: auto;
overflow-wrap: break-word;
margin: 0;
padding-left: 20px;
}
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const IndexPage = ({ data }: any) => {
description={
<>
<a href="https://github.com/aeneasr">github.com/aeneasr</a>
<a href="https://github.com/aeneasr">github.com/aeneasr</a>
</>
}
img={data.aeneas.childImageSharp.fixed}
Expand Down

0 comments on commit 3c61371

Please sign in to comment.