diff --git a/frontend/src/app/components/ck-workspace/ck-workspace.component.html b/frontend/src/app/components/ck-workspace/ck-workspace.component.html index f05049f0..421093e6 100644 --- a/frontend/src/app/components/ck-workspace/ck-workspace.component.html +++ b/frontend/src/app/components/ck-workspace/ck-workspace.component.html @@ -120,6 +120,10 @@

{{ runningGroupTask.workflow.prompt }}

No submitted posts!
+ +
+ No reviewed posts! +
diff --git a/frontend/src/app/components/ck-workspace/ck-workspace.component.scss b/frontend/src/app/components/ck-workspace/ck-workspace.component.scss index d61afd77..a0c8dfec 100644 --- a/frontend/src/app/components/ck-workspace/ck-workspace.component.scss +++ b/frontend/src/app/components/ck-workspace/ck-workspace.component.scss @@ -35,7 +35,7 @@ width: 380px; height: 100%; - margin: 20% 10%; + margin: 150px 70px 0px 50px; text-align: center; }