EnlighterJS / Plugin.WordPress

:package: Official WordPress Plugin of EnlighterJS
http://wordpress.org/plugins/enlighter/
GNU General Public License v2.0
118 stars 17 forks source link

Width of the line numbers column #212

Closed ajtruckle closed 4 years ago

ajtruckle commented 4 years ago

I am sure this is most likely a styling issue between the plugin and my site again perhaps:

width

I noticed that as the line numbers get wider all the lines of code are pushed over to the right.

ajtruckle commented 4 years ago

Sorted, all I needed for both this issue and the line number visibility:

ol.EnlighterJS, ul.EnlighterJS {
  padding-left: 50px !important;
}