-
Bug
-
Resolution: Incomplete
-
Low
-
4
-
Severity 2 - Major
-
1
-
Summary
- Font spacing between few characters are to close if the windows font size is set 100%
Steps to reproduce:
- Create an issue with the following text samples in the description field
There test test process to parse error codes test test test. Testing to replicate the font size. Test document and updated Test documentation.
- Save issue.
- View the issue from the board dialogue view
Expected Results
- The spacing should be adjusted accordingly.
Actual Results - The spacing between c & u is to close as shown below:
Workaround
- Change the windows settings to 125% font size
Since Atlassian seems incapable of fixing the most basic CSS errors, for anyone looking for a workaround, you can setup a userContent.css in your Firefox profile with the following, this overrides bitbucket.org paragraph styling to always use 0 letter-spacing, which should be fine since Atlassian don't seem to know how to use it appropriately anyway:
Reference: https://superuser.com/a/319322