LastCallMedia / Mannequin

Mannequin Component Theming Tool
https://mannequin.io/
MIT License
38 stars 8 forks source link

Overlapping line items #37

Closed danstafford closed 7 years ago

danstafford commented 7 years ago

On https://mannequin.io/extensions/drupal the list items with < code > look bad because they overlap. screen shot 2017-09-29 at 12 38 47 pm

rbayliss commented 7 years ago

Good call! But can we fix it by bringing down the padding on inline code? It looks funny to have those super high lines.

# In _variables.scss
$code-padding: 0 .125rem;

Then we can just add 5px padding to pre code.