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@piwik.org>2018-08-21 05:11:31 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2018-08-21 05:11:31 +0300
commit511ce3decbaf00ed5faf2a2c49af52fda907cd8c (patch)
treec37190fdf947f2cdb41a7c25a4e824e190638512 /plugins
parent32286f1bb3ec9fbcd6fc25e13d0256d8aaa58797 (diff)
Fix wordwrapping in menu selectors (#13320)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreHome/stylesheets/layout.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CoreHome/stylesheets/layout.less b/plugins/CoreHome/stylesheets/layout.less
index 30474b0e99..696fb04483 100644
--- a/plugins/CoreHome/stylesheets/layout.less
+++ b/plugins/CoreHome/stylesheets/layout.less
@@ -250,6 +250,8 @@ nav {
padding: 15px 22px 11px 45px;
font-size: 13px;
font-weight: normal;
+ word-wrap: break-word;
+ word-break: break-all;
&:hover, &:focus {
color: @theme-color-menu-contrast-textActive;