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 the window width, not the editable as we did in balloon and inline toolbar.
📃 Other details
Issue is related to #5597
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
maxWidthvalue to thewindowwidth, not theeditableas we did in balloon and inline toolbar.📃 Other details
Issue is related to #5597