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:
Diffstat (limited to 'plugins/CustomDimensions/stylesheets/reports.less')
m---------plugins/CustomDimensions0
-rw-r--r--plugins/CustomDimensions/stylesheets/reports.less12
2 files changed, 12 insertions, 0 deletions
diff --git a/plugins/CustomDimensions b/plugins/CustomDimensions
deleted file mode 160000
-Subproject 318661a2fb1ef3b3e5d6d999ae8b9628cb5a113
diff --git a/plugins/CustomDimensions/stylesheets/reports.less b/plugins/CustomDimensions/stylesheets/reports.less
new file mode 100644
index 0000000000..ec932bbcfb
--- /dev/null
+++ b/plugins/CustomDimensions/stylesheets/reports.less
@@ -0,0 +1,12 @@
+[data-report="CustomDimensions.getCustomDimension"] {
+ width: 100%;
+ .dataTableWrapper {
+ width: 100% !important;
+ }
+}
+
+.visitor-profile-customdimensions {
+ span {
+ padding-left: 0;
+ }
+}