Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-10-16 06:11:12 +0300
committerGitHub <noreply@github.com>2020-10-16 06:11:12 +0300
commit61739fd417fff48509b9ad66cc031a73d48951ab (patch)
tree001de8962be583bbdf5e77ddd72468126cdd3433 /plugins
parent3401d0d5b307d33492c181da2d46b3ad07f2186b (diff)
Fix submenu layout (#16558)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/angularjs/dropdown-menu/dropdown-menu.directive.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/angularjs/dropdown-menu/dropdown-menu.directive.less b/plugins/CoreHome/angularjs/dropdown-menu/dropdown-menu.directive.less
index 92dda6cf22..92f8ca8785 100644
--- a/plugins/CoreHome/angularjs/dropdown-menu/dropdown-menu.directive.less
+++ b/plugins/CoreHome/angularjs/dropdown-menu/dropdown-menu.directive.less
@@ -18,8 +18,8 @@
}
}
-.submenu-dropdown-content.dropdown-content {
- left: 100% !important;
+.submenu + .dropdown-content {
+ left: 100%!important;
}
.submenu-container.dropdown-content {