Long labels in the ActionPane result in the Action buttons being pushed off screen out of reach
Needs to be something like:
<div class="heading">
<div class="icon">...</div>
<h1>....</h1>
<div class="actions">....</div>
</div>
This way we can force it that the h1 gets cropped and everything else is preserved. Also for these headings given their importance, it might be something which is wrapped instead of cropped.