-
-
Notifications
You must be signed in to change notification settings - Fork 236
Description
Bug report
- Package version(s): 5.0.0
- Browser and OS versions: Chrome 99, Windows 11
Steps to reproduce
When using react-mosaic version 5.0.0 with @blueprintjs/core 4.0.0, the buttons seem to be too big for the toolbarL
Actual behavior
You can see it reproduced in the codesandbox here:
https://codesandbox.io/s/react-mosaic-blueprint-4-cxfdvg
Notes
The behavior only exhibits itself if blueprintjs and react-mosaic are at the versions above; if blueprint js is at version 3.54.0 or react-mosaic is at version 4.1.1 the height of the buttons fits the toolbar.
Looking at the rendered output, it seems like the buttons are using the bp3 prefix:
Even though bp4 is the recommendation for blueprint version 4:
https://blueprintjs.com/docs/#core/classes.namespacing
I'm not sure if there's a way to do this already in the project, but it seems that it needs to be "aware" of blueprint 4.
When changing the prefixes (through the browser) to bp4, the buttons seem to be properly proportioned.

