Updated Theme Template

Template updated with white-space: nowrap; and corrected the app-menu class
This commit is contained in:
Leigh Pointer 2024-01-29 07:19:30 +01:00
parent c6f65debcf
commit 8bf29528e3

View File

@ -1,4 +1,4 @@
/* Oqtane Styles */
/* Oqtane Styles */
body {
padding-top: 7rem;
@ -48,6 +48,7 @@ body {
.app-menu .nav-item {
font-size: 0.9rem;
padding-bottom: 0.5rem;
white-space: nowrap;
}
.app-menu .nav-item a {
@ -92,7 +93,7 @@ div.app-moduleactions a.dropdown-toggle, div.app-moduleactions div.dropdown-menu
@media (max-width: 767px) {
.app-menu {
width: 100%
width: 100%;
}
.navbar {