Skip to content

Whitespace issues in content section with code examples #1308

Discussion options

You must be logged in to vote

In the slate 2.5 / 2.6 release, we've updated to Rouge 3.x which results in that weird spacer. Make sure your source/stylesheets/screen.css.scss has a clear on .content>div.highlight, like so:

////////////////////////////////////////////////////////////////////////////////
// CODE SAMPLE STYLES
////////////////////////////////////////////////////////////////////////////////
// This is all the stuff that appears in the right half of the page
.content {
&>div.highlight {
clear:none;
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Aderks
Comment options

Answer selected by MasterOdin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants