Merge pull request #355 from TheGrits/patch-1

Fix gh-354: 'Supported Organizations' in credits overflows
This commit is contained in:
Matthew Taylor 2016-02-10 22:51:05 -05:00
commit b961891e66

View file

@ -3,8 +3,11 @@
#view {
p {
line-height: 1.5rem;
a {
word-wrap: break-word; /* Overrides: https://github.com/LLK/scratch-www/blob/develop/src/main.scss#L43-L47 */
}
}
ul {
display: flex;
margin: 0;