Increase margin-bottom for doc's code syntax highlighter

Fixes #25744 by slightly increasing the margin in code syntax
highlights. With a margin of 0, it was cutting off underscores in Linux
browesers, so I slightly increased it to 0.5px.
This commit is contained in:
Alex Kitchens 2016-08-19 13:22:23 -05:00
parent c1d612cf5a
commit 5624d1158e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
height: auto !important;
left: auto !important;
line-height: 1.1em !important;
margin: 0 !important;
margin: 0 0 0.5px 0 !important;
outline: 0 !important;
overflow: visible !important;
padding: 0 !important;