Block toolbar in Balloon Block Editor build doesn't group items #6449
Labels
domain:ui/ux
This issue reports a problem related to UI or UX.
package:build-balloon-block
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Provide a description of the task
While fixing the issue related to toolbar grouping in Balloon and Inline Editor I forgot to add support for this to
balloon block toolbar
, so in the Balloon Block Editor build (https://ckeditor.com/docs/ckeditor5/latest/examples/builds/balloon-block-editor.html) we have something like this in the smaller viewports.In this case, the best solution (probably) is to bind the
maxWidth
value to thewindow
width, not theeditable
as we did in balloon and inline toolbar.📃 Other details
Issue is related to #5597
The text was updated successfully, but these errors were encountered: