dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.74k stars 1.06k forks source link

The last character being cut-off or truncated #461

Closed lazypandabear closed 1 year ago

lazypandabear commented 1 year ago

The last character of the text in the cell is truncated when the characters reach the end. Please see the image below. The square bracket is there but cannot be seen.

image

John-Miller12 commented 1 year ago

I have experienced the same issue notebook 6.4.5 (via anaconda) jupyterthemes 0.20.0 chrome 104.0.5112.101 (official build)

notebook is running out of the box, no widgets, extensions, code magic or anything

replicated in both solarizedd and onedork

PIANNOion commented 1 year ago

It might help if you change the setting of "div.CodeMirror-lines" in the custom CSS file ( .jupyter\custom\custom.css)

In "div.CodeMirror-lines", set the "padding-left" parameter smaller, i set it to zero

original

before adjustment

adjustment

adjustment

after adjustment after adjustment

lazypandabear commented 1 year ago

Thank you!