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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-10-03 21:47:24 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2016-10-03 21:47:24 +0300
commit2328587ecf76516633c6f8f97e46254f289bd0c9 (patch)
tree3e768d64957c4f58beac26e8a02170466e2f595e
parentc7cba8465dbca1d21bc174e7daeba4feb21b01f5 (diff)
On mobile, in website selector, display the arrow to the right (#10646)
Check if this fixes the issue. If not I'd likely move it out of 3.0
-rw-r--r--plugins/CoreHome/stylesheets/layout.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index d87a283721..aee7fc9b95 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -121,6 +121,10 @@ nav {
}
.piwikSelector {
+ > a.title {
+ max-width: none;
+ }
+
display: block;
}