Hello
Is this the only menu item with this issues? If so, try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
.itemid-120 .blog-core .item {
overflow: hidden;
flex-direction: column;
display: flex;
}
Ciaran