Menu theme fix #3680

Added white-space: nowrap; to the .app-menu .nav-item
This commit is contained in:
Leigh Pointer
2024-01-28 11:56:55 +01:00
parent d8b717a879
commit c6f65debcf

View File

@ -50,6 +50,7 @@ body {
.app-menu .nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
white-space: nowrap;
}
.app-menu .nav-item a {
@ -98,7 +99,7 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
@media (max-width: 767px) {
.app-menu {
width: 100%
width: 100% ;
}
.navbar {