We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary
On other browsers the size is adjusted properly.
What is the current bug behavior?
Logo is way to large and extends across the whole page, blocking other buttons under it
What is the expected correct behavior?
Icon is the same size as other icons in the sidebar
Steps to reproduce
(How one can reproduce the issue - this is very important)
Relevant screenshots and/or logs
Environment info
Microsoft Edge Version 96.0.1040.0 (Official build) Canary (arm64)
Possible fixes
We need to change the height and width in the svg to a smaller number https://github.com/LabShare/jupyterlab-extensions/blob/96c8426fdf1b99417068f9bc4ef8c72524d5f6ce/jupyterlab_wipp_plugin_creator/style/logo.svg#L1
something like 400, like in JupyterLab WIPP https://github.com/LabShare/jupyterlab-extensions/blob/96c8426fdf1b99417068f9bc4ef8c72524d5f6ce/jupyterlab_wipp/style/logo-wipp.svg#L1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
On other browsers the size is adjusted properly.
What is the current bug behavior?
Logo is way to large and extends across the whole page, blocking other buttons under it
What is the expected correct behavior?
Icon is the same size as other icons in the sidebar
Steps to reproduce
(How one can reproduce the issue - this is very important)
Relevant screenshots and/or logs
Environment info
Microsoft Edge
Version 96.0.1040.0 (Official build) Canary (arm64)
Possible fixes
We need to change the height and width in the svg to a smaller number
https://github.com/LabShare/jupyterlab-extensions/blob/96c8426fdf1b99417068f9bc4ef8c72524d5f6ce/jupyterlab_wipp_plugin_creator/style/logo.svg#L1
something like 400, like in JupyterLab WIPP
https://github.com/LabShare/jupyterlab-extensions/blob/96c8426fdf1b99417068f9bc4ef8c72524d5f6ce/jupyterlab_wipp/style/logo-wipp.svg#L1
The text was updated successfully, but these errors were encountered: