diff --git a/src/app/workspace/resource/permission-info/permission-info.component.scss b/src/app/workspace/resource/permission-info/permission-info.component.scss index 3de7939797..4f35556f37 100644 --- a/src/app/workspace/resource/permission-info/permission-info.component.scss +++ b/src/app/workspace/resource/permission-info/permission-info.component.scss @@ -5,6 +5,7 @@ background: white; padding: 8px 16px; @include mat-box-shadow(); + border-radius: $border-radius; table { border-collapse: collapse; diff --git a/src/app/workspace/resource/resource.component.html b/src/app/workspace/resource/resource.component.html index 97f0bfc1ea..b9b7b3da9f 100644 --- a/src/app/workspace/resource/resource.component.html +++ b/src/app/workspace/resource/resource.component.html @@ -2,8 +2,8 @@
-
+
+ *ngIf="representationsToDisplay.length && representationsToDisplay[0].fileValue && representationsToDisplay[0].fileValue.type === representationConstants.stillImage"> TODO: get regions here break;