mirror of https://github.com/rails/rails
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:
parent
c1d612cf5a
commit
5624d1158e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue