Merge pull request #3692 from leigh-pointer/MenuWhiteSpace

Menu theme fix #3680
This commit is contained in:
Shaun Walker 2024-01-30 16:39:00 -05:00 committed by GitHub
commit 0a8bbc7d3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

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 {

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 {