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:
authorVictor S <32728904+ulcuber@users.noreply.github.com>2022-07-04 18:40:50 +0300
committerGitHub <noreply@github.com>2022-07-04 18:40:50 +0300
commit0562dce34dab49e7ba9f287867b09273643e1af6 (patch)
treec6873d319fa03627fa18355873433447c110a092
parent51070e9348fb36db9b573992ce074b26cad09d27 (diff)
fixed: different height of selectors (#19446)
-rw-r--r--plugins/CoreHome/stylesheets/selector.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/selector.less b/plugins/CoreHome/stylesheets/selector.less
index d7053dd45d..bf8732d1c0 100644
--- a/plugins/CoreHome/stylesheets/selector.less
+++ b/plugins/CoreHome/stylesheets/selector.less
@@ -23,6 +23,8 @@
}
.icon {
+ // remove relative: [class^="icon-"], [class*=" icon-"]{line-height:1em}
+ .font-default(11px, 12px);
padding-right: 6px;
display: inline-block;
vertical-align: top;