Commit 59435d9e authored by Peter Gyory's avatar Peter Gyory

Fix gh-1470 Firefox Overflow on Credits Page

Add specific style on credits page to allow for word wrap
parent 8734fbcd
......@@ -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 */
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment