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:
authorDonovan Glover <donovan@dglover.co>2021-10-18 11:50:22 +0300
committerGitHub <noreply@github.com>2021-10-18 11:50:22 +0300
commit155876451b4cdb2c684fd61f869a8b2af957efef (patch)
treeb1569fd1c4a2ff48128267b97d7b023a9902c055 /plugins/CoreHome
parent9826875e0eed5399d3512c6b65adcdc70c3dd600 (diff)
Fix menu dropdown spacing (#18165)
Fixes #17786.
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less b/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less
index f33208a3f9..63e85640d7 100644
--- a/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less
+++ b/plugins/CoreHome/angularjs/menudropdown/menudropdown.directive.less
@@ -52,11 +52,11 @@
display: block;
color: @theme-color-text !important;
text-decoration: none !important;
- padding: 6px 25px 6px 6px !important;
+ padding: 12px 25px 12px 6px !important;
font-size: 11px;
float: none;
text-align: left;
- line-height: 30px;
+ line-height: 16px;
&:hover {
background: @theme-color-background-tinyContrast;