Skip to content

line number column width issue #29

@mattselkey

Description

@mattselkey

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:

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions