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@matomo.org>2019-11-04 02:34:19 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-11-04 02:34:19 +0300
commit54fe8e40ee3ccd68c3bf2f81ee36626b9c17a599 (patch)
tree3fc8603b6dc3ef8a170c869121ccd49e3586b444 /plugins/CoreHome
parenta5f09dcf91d40b79d2d1f6642e6f0ec4568b0833 (diff)
Fix reports by dimensions layout (#15093)
* Fix various regressions from #15068 * updates expected UI files
Diffstat (limited to 'plugins/CoreHome')
-rw-r--r--plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.less11
1 files changed, 9 insertions, 2 deletions
diff --git a/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.less b/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.less
index 45870162f4..46abf819ae 100644
--- a/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.less
+++ b/plugins/CoreHome/angularjs/widget-bydimension-container/widget-bydimension-container.directive.less
@@ -1,13 +1,20 @@
.reportsByDimensionView {
+ float: left;
+ width: 100%;
+
.dimensionCategory {
color: @theme-color-text-contrast;
}
.reportContainer {
- margin-left: 230px;
+ padding-left: 230px;
min-width: 500px;
- overflow: auto;
+ width: 100%;
+
+ .dimensionReport {
+ float: left;
+ }
table.dataTable tr td.label {
max-width: 380px;