Hi Team,
I had a request from a client which can be helpful to a broader audience.
Client mentioned they had issue with the size of the sub menus as it was truncating the names and user had to hover the name to get the full name.
It can be fixed with the below custom css (.\apq-c3-custom\css\custom-style.css)
.nav-child-over {
width: max-content !important;
}
.nav-child-over-container {
width: max-content !important;
}
Hope it helps!
Cheers,