Fix gh-1470 Firefox Overflow on Credits Page

Add specific style on credits page to allow for word wrap
This commit is contained in:
Peter Gyory 2017-08-23 14:43:18 -06:00
parent 8734fbcdf4
commit 59435d9ec6

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 */
}
}