regexp-graph icon indicating copy to clipboard operation
regexp-graph copied to clipboard

`graph` element overflows off-page

Open MyNameIsCosmo opened this issue 6 years ago • 0 comments

If a long regular expression is rendered in the graph, the left side of the graph overflows off the page.

The fix for this is the following in the CSS:

.graph {
    font-size: 22px;
    width: 100%;
}

MyNameIsCosmo avatar Aug 31 '18 23:08 MyNameIsCosmo