Variable-sized brackets and bold text break character alignment in Firefox
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 201
- PR merge metrics
- No merged PRs in 30d
Description
**Shared Program**: https://code.world/#PL1P3DfDlbKvMjslV59Pugg
**Description**
Consider lines 10 and 11 of the above program:
```haskell
change(w, KeyRelease("Left")) = w { leftReleases = leftReleases(w) + 1 }
change(w, _) = w
```
In Chrome, they look fine:

But in Firefox, the alignment is wrong:

Note the `= w` on line 11 is too far to the left. The same number of characters are there when you count, and it copies and pastes right, so it's just a display bug.
Contributor guide
Assessment
This issue has not been assessed yet.