You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a couple of other subtle CSS fixes that gets visible when you combine this with other stylesheets (re. Hugo); this could be fixed by the user, but Chroma should help. I will create a PR for these later today/evening.
This commits adds a div wrapper when linenumbers are formatted in table, to get the correct CSS matchers.
This commit also fixes some CSS table issues when tables are put into a larger context with other stylesheets:
* No borders.
* Overflow to fit in potentially narrower containers.
Fixes#62
This does not matter too much to me, and I didn't notice this in my initial testing because
html.Standalone()
adds thechroma
class tobody
.But in standalone mode, you'll get
<table class="lntable">
and the CSS selectors will not match.The text was updated successfully, but these errors were encountered: