Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
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.
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.
Comments
Comment #1
soxofaan commentedadding the CSS rule
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.