website
website copied to clipboard
Code blocks need more line-height / separation
Resolve issues with line height and code blocks
To replicate:
- Add a wrapped line with two stacked elements that are wrapped in backticks , e.g
stuff
Expected result:
- Line height continues to separate the text
Actual result:
- Lines are smushed together
Example:

@chrifro reducing the padding in the y direction for inline code blocks will do the trick. Can you suggest a new padding value at the moment there is 4px both at the top and bottom? Should I reduce that to 2px?
You can see it here https://www.gitpod.io/docs/config-start-tasks#one-line-tasks we already reduced it a bit it does not look like what we have above in the screenshot.
It is fixed now 😄
