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:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-15 09:01:32 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-15 09:01:32 +0400
commit5f15419d14710f2302d4dd067a2178c6d021ffb2 (patch)
treee2fd415b0eb67dbe7ecd80dc6531a8878aafc5b1 /plugins/LeftMenu
parente87c0a9d730e16d099c18e0de1001f5c3f36da93 (diff)
Fix LeftMenu regression where some content was displayed below left menu.
Diffstat (limited to 'plugins/LeftMenu')
-rw-r--r--plugins/LeftMenu/stylesheets/theme.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/LeftMenu/stylesheets/theme.less b/plugins/LeftMenu/stylesheets/theme.less
index 5c6214026d..d2de80fccd 100644
--- a/plugins/LeftMenu/stylesheets/theme.less
+++ b/plugins/LeftMenu/stylesheets/theme.less
@@ -4,6 +4,8 @@
#content.home {
padding-top: 15px;
+ display:inline-block;
+ width:100%;
}
.Menu--dashboard {