Skip to content

Commit

Permalink
Merge pull request #1808 from aayushsanghavi/patch_for_#1607
Browse files Browse the repository at this point in the history
fix: Long author names cause horizontal scrolling
  • Loading branch information
tofumatt committed Feb 14, 2017
2 parents 757ffba + 5b5f196 commit 6d93993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/amo/css/AddonDetail.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ $page-margin: 20px 10px;
.AddonDetail-author {
display: block;
opacity: 0.75;
word-wrap: break-word;

a,
a:link {
Expand Down

0 comments on commit 6d93993

Please sign in to comment.