jupyter-themes
jupyter-themes copied to clipboard
Left Code Cell Border won't go all the way down
The blue left cell border does not go all the way down. How should I fix this?
I'm on Ubuntu 18.04 using a Chrome.
I'm experiencing this problem too. The prompt area padding doesn't fit the input cell height, and the prompt line doesn't go down with the cell.
Has anyone solved this issue? Changing from Chrome to other browsers doesn't help either.
Having the same issue on Mac with Safari and Chrome at least.
Win10 edge and chrome also like this
Adding height: 100%
to div.prompt.input_prompt
in ~/.jupyter/custom/custom.css
fixed the issue for me. Tested on Safari and Chromium on macOS.
Adding
height: 100%
todiv.prompt.input_prompt
in~/.jupyter/custom/custom.css
fixed the issue for me. Tested on Safari and Chromium on macOS.
Works on Windows 10 + Chrome also.