Merge pull request #1483 from Petroochio/gh-1470-credits-overflow

Fix gh-1470 Firefox Overflow on Credits Page
This commit is contained in:
chrisgarrity 2017-09-05 10:15:31 -04:00 committed by GitHub
commit c7eabe18c3

View file

@ -5,6 +5,7 @@
line-height: 1.5rem;
a {
white-space: normal;
word-wrap: break-word; /* Overrides: https://github.com/LLK/scratch-www/blob/develop/src/main.scss#L43-L47 */
}
}