We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Dmytro
thanks for the the excellent plugin!
I've noted that the line number column is set to 1% by default? see below:
.codecolorer-container table td.line-numbers { width: 1%; }
This messes up the formatting on my wordpress install as shown below:
I've fixed this simply by adding the following in the additional CSS of my install:
.codecolorer-container table td.line-numbers { width: 4%; }
is this a bug? maybe I'm missing something?
kind regards
Matt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Dmytro
thanks for the the excellent plugin!
I've noted that the line number column is set to 1% by default?
see below:
.codecolorer-container table td.line-numbers { width: 1%; }
This messes up the formatting on my wordpress install as shown below:
I've fixed this simply by adding the following in the additional CSS of my install:
.codecolorer-container table td.line-numbers { width: 4%; }
is this a bug? maybe I'm missing something?
kind regards
Matt
The text was updated successfully, but these errors were encountered: