This Meta post refers to the question unity answers questions form: answers.unity3d.com/questions/ask.html
--------------------------
When using inline code via backticks, the inline code incorrectly inherits the `padding-left: 15px` css attribute from the `code` tag:
![alt text][1]
This makes sense for full-size code blocks:
code here
But not for inline:
Some `inline code` here.
----------
**TL;DR**: inline code snippets should not have massive left padding.
[1]: https://i.imgur.com/sk71C49.png
↧