mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix gh-1470 Firefox Overflow on Credits Page
Add specific style on credits page to allow for word wrap
This commit is contained in:
parent
8734fbcdf4
commit
59435d9ec6
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue