diff --git a/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.html b/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.html index 4ca29bf7a..49a0cb53c 100644 --- a/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.html +++ b/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.html @@ -143,11 +143,16 @@ > -
- {{ fileStatus.filename }} +
+
+ {{ fileStatus.filename }} +
+
+
+ + {{ fileStatus.numberOfPages }} +
+
@@ -155,8 +160,12 @@
- - + +
@@ -301,15 +310,22 @@
- + > {{ 'project-overview.legend.contains-hints.label' | translate }}
- + {{ 'project-overview.legend.contains-redactions.label' | translate }}
- + {{ 'project-overview.legend.contains-suggestions.label' | translate }}
diff --git a/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.scss b/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.scss index 91a082c05..0551a2040 100644 --- a/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.scss +++ b/apps/red-ui/src/app/screens/project-overview-screen/project-overview-screen.component.scss @@ -40,7 +40,7 @@ .table-item { .table-item-title { - line-height: 80px; + //line-height: 80px; } .needs-work {