Reply To: How to display menu navbar in one line, without the button "more"?

#19983
Daniel Tara
Keymaster

This is due to a bug that will be resolved in the next version. Until then you can add this to your custom styles:

.navbar .nav > li > a {
	max-height: 60px;
}