kblubis The menu item has long text and I think there is not enough space to show it in one line.
You can try this custom CSS to reduce the space:
@media (min-width: 992px){
.t4-megamenu .navbar-nav>li>a, .t4-megamenu .navbar-nav>li>.nav-link {
margin-left: 15px;
}
}
and change to your desired value.