Fix cell toolbar layout
steff456 opened this issue · 0 comments
steff456 commented
Currently in jupyterlab when the main content area doesn't have space the cell layout breaks as shown in the image below,
Our goal is to preserve the horizontal layout as it will normally be in jupyterlab or google collab,
Jupyterlab
Google collab
The first steps for solving this issue are,
- Identify the component that is making the layout break - I will suspect it is the container for the toolbar
- Check if there's some css magic that could fix it - This can be done by modifying the css in the browser
- Identify the code that needs to be changed inside the project
After this is done we can check in and see where the change is needed and we can also discuss if we will attempt to add this change to the core of jupyterlab or the extension.