dunovank / jupyter-themes

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

Left Code Cell Border won't go all the way down #334

Open hrbzkm98 opened 5 years ago

hrbzkm98 commented 5 years ago

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. alt text

TonyWu20 commented 5 years ago

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.

Screenshot 2019-05-06 at 11 00 07 AM
TAIYISONG commented 5 years ago

Has anyone solved this issue? Changing from Chrome to other browsers doesn't help either.

arsensag commented 4 years ago

Having the same issue on Mac with Safari and Chrome at least.

bys1123 commented 4 years ago

Win10 edge and chrome also like this

MateiSirbu commented 4 years ago

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.

arsensag commented 4 years ago

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.

Works on Windows 10 + Chrome also.