This issue was identified while addressing Kibana PR #193880. On smaller screens (at certain resolutions), using rightSideItems with children leads a user-unfriendly UI. This might explain why the buttons were originally placed within the pageTitle property which is not correct from the a11y perspective.

Currently, when rightSideItems are used, we render two FlexItem components: the first includes the title, description, and child content, while the second holds the rightSideItems. It might be worth considering moving the description and child content outside of the FlexGroup for better layout management.

Any ideas?
This issue was identified while addressing Kibana PR #193880. On smaller screens (at certain resolutions), using
rightSideItemswith children leads a user-unfriendly UI. This might explain why the buttons were originally placed within thepageTitleproperty which is not correct from thea11yperspective.Currently, when
rightSideItemsare used, we render twoFlexItemcomponents: the first includes the title, description, and child content, while the second holds therightSideItems. It might be worth considering moving the description and child content outside of theFlexGroupfor better layout management.Any ideas?