Welcome to mirror list, hosted at ThFree Co, Russian Federation.

reports.less « stylesheets « CustomDimensions « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec932bbcfb3383445ec55f29e60b0c0c12090c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[data-report="CustomDimensions.getCustomDimension"] {
  width: 100%;
  .dataTableWrapper {
    width: 100% !important;
  }
}

.visitor-profile-customdimensions {
  span {
    padding-left: 0;
  }
}