Using the acquia-slate theme, I get the numbers on 1 line and the code on the next, I've tried re-arranging the filters and also messing with the CSS and also the geshi filter options. Nothing.

Luke.

CommentFileSizeAuthor
1.png133.06 KBLucretia9

Comments

soxofaan’s picture

Status: Active » Closed (duplicate)

adding the CSS rule

div.geshifilter ol {
  list-style-position: outside;
}

should fix this issue

There are still some spacing/margin/padding issues, but those will be tackled in #351291: Line numbers cut off in certain themes
The fix above will be also incorporated in there, so setting this as a duplicate.