margin too tight, can have text hanging out and hidden
-
Hi,
I’m using SyntaxHighlighter to show some bash code that had underscore in the last line, and on the site it shows up like there’s just space between those two sides, instead of an underscore.
[code language="bash"] $ make this_defconfig [/code]
The issue is
margin: 0 !important;
, having 0 margin cuts into the code and the underscore hangs out (as well as the bottom of the final “g”. In my case havingmargin: 1px 0px
fixes it (add a bit to top and bottom, but not to left-and-right so the scrollbar doesn’t show up).Is it possible to fix this issue more globally? especially because the
!important
does not let me easily change the styling from the theme.Cheers,
Greg
- The topic ‘margin too tight, can have text hanging out and hidden’ is closed to new replies.