Skip to content

Fixed code padding

Suzanne Selhorn requested to merge selhorn-code-padding into master

When we updated the padding of line items to 28px, it accidentally affected code within lists. You can see how the padding of the code went from 22px to 28.

This MR sets padding for code back to 22px.

For example:

Before CSS change After
image image

Merge request reports