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 <thomas.steur@gmail.com>2015-07-29 16:13:16 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-07-29 16:13:16 +0300
commitd7fa1b11308b6c2cdfaed73088bf01299ddd1343 (patch)
tree088c2f68e3e571f67fb7f6edcda3f5f7a8565ab1 /plugins/Dashboard
parenta032fa8c93a5ecbc94a12aad68c33b43f97e2367 (diff)
set a min-width to fix http://builds-artifacts.piwik.org/ui-tests.master/14511.7/DashboardManager_widget_preview
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/stylesheets/dashboard.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/stylesheets/dashboard.less b/plugins/Dashboard/stylesheets/dashboard.less
index 3cdc4cdae8..fad10183e7 100644
--- a/plugins/Dashboard/stylesheets/dashboard.less
+++ b/plugins/Dashboard/stylesheets/dashboard.less
@@ -328,7 +328,7 @@ div.widgetpreview-preview {
min-height: 0;
height: auto;
margin-right: 10px;
- width: 180px;
+ min-width: 180px;
}
.dashboardSettings .submenu {