diff --git a/src/app/pages/matrix/matrix.component.css b/src/app/pages/matrix/matrix.component.css index 33061168f..bcfcda59d 100644 --- a/src/app/pages/matrix/matrix.component.css +++ b/src/app/pages/matrix/matrix.component.css @@ -124,9 +124,8 @@ font-size: medium; } -.matrix-table { - width: 100%; - margin-bottom: 20px; +.mat-table-container { + overflow-x: auto; } /* No data message styling */ diff --git a/src/app/pages/matrix/matrix.component.html b/src/app/pages/matrix/matrix.component.html index 320f22ae9..a99cd046d 100644 --- a/src/app/pages/matrix/matrix.component.html +++ b/src/app/pages/matrix/matrix.component.html @@ -30,66 +30,68 @@ -
| Dimension | -- - | -Sub-dimension | -- {{ element.Dimension }} - | -{{ level.value }} | -
-
Dimension |
+
+
+ |
+ Sub-dimension |
+
+ {{ element.Dimension }}
|
+
+
-
- {{ level.value }} |
+
+ |
+
|
|---|
| - No activities match the selected filters - | -
| + No activities match the selected filters + | +