Skip to content

Commit

Permalink
[style] alos break links in descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Jan 3, 2019
1 parent abc55f5 commit fe9ab16
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/styles/jsdoc.css
Expand Up @@ -40,6 +40,10 @@ article a:hover, article a:active {
border-bottom-color: #222;
}

article .description a {
word-break: break-word;
}

p, ul, ol, blockquote {
margin-bottom: 1em;
line-height: 160%;
Expand Down

0 comments on commit fe9ab16

Please sign in to comment.