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 ZILLIOX <thomas@zilliox.me>2013-08-09 18:50:03 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-08-09 18:50:03 +0400
commit9f8429d8edc4c4d74e312f19241637e17a839693 (patch)
tree926998724a4d27a0b1c8215bde22eed21a01cdb2 /plugins/CoreAdminHome
parente7cdf2200d2df6ab53ffee5f1e7fecf3d69db964 (diff)
Allow to scroll horizontally on admin pages
Diffstat (limited to 'plugins/CoreAdminHome')
-rw-r--r--plugins/CoreAdminHome/stylesheets/generalSettings.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreAdminHome/stylesheets/generalSettings.less b/plugins/CoreAdminHome/stylesheets/generalSettings.less
index 72e10dd339..c372146971 100644
--- a/plugins/CoreAdminHome/stylesheets/generalSettings.less
+++ b/plugins/CoreAdminHome/stylesheets/generalSettings.less
@@ -9,7 +9,7 @@
#content.admin {
margin: 0 0 0 260px;
padding: 0 0 40px;
- overflow: hidden;
+ display: table;
font: 13px Arial, Helvetica, sans-serif;
}