Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for how canvas handle icon size (#2914)
Canvas wraps svgs in a svg tag that sets the icon width and height. This doesn't work if the svg already sets those values. So I removed the width and height from the icons on the backend to compensate. The new values are in line with the JupyterLab icons.
- Loading branch information