Open jameskoster opened 1 month ago
I have identified this issue as occurring in #65485.
When editing a page in the site editor, the ellipsis button is not displayed and the cell (.block-editor-list-view-block__menu-cell
) width is 24px:
If there is an ellipsis button, the cell width will be 28px, which is the expected width:
This 4px difference is what is causing the overflow.
This issue can be fixed with CSS, but I'm not sure if not displaying the ellipsis button in the first place is correct behavior.
Before #65485, it was displayed as follows:
cc @youknowriad
Thanks for the sleuthing!
https://github.com/user-attachments/assets/f9305ded-17d9-47c8-b9d7-9bce9d40d85f
Looks like it might be caused by template part blocks, but I'm not sure.
To replicate