diff --git a/src/core/features/policy/pages/acceptances/acceptances.html b/src/core/features/policy/pages/acceptances/acceptances.html
index 3075a2957..184c5f795 100644
--- a/src/core/features/policy/pages/acceptances/acceptances.html
+++ b/src/core/features/policy/pages/acceptances/acceptances.html
@@ -71,8 +71,8 @@
(ariaButtonClick)="toggle($event, policy)" class="expandable-status-icon"
[class.expandable-status-icon-expanded]="policy.expanded" [attr.aria-expanded]="policy.expanded"
[attr.aria-label]="(policy.expanded ? 'core.collapse' : 'core.expand') | translate" />
-
+
{{ policy.name }}
diff --git a/src/core/features/policy/pages/acceptances/acceptances.scss b/src/core/features/policy/pages/acceptances/acceptances.scss
index e638029c7..43378dfa9 100644
--- a/src/core/features/policy/pages/acceptances/acceptances.scss
+++ b/src/core/features/policy/pages/acceptances/acceptances.scss
@@ -83,7 +83,7 @@
}
th, td {
- text-wrap: nowrap;
+ white-space: nowrap;
}
p {
@@ -94,15 +94,22 @@
display: flex;
align-items: center;
+ a {
+ white-space: normal;
+ width: 304px;
+ }
+
ion-icon {
font-size: 1.125rem;
padding: 13px;
margin: 3px;
+
+ &.core-policy-icon-bullet {
+ font-size: 6px;
+ width: 18px;
+ }
}
- .core-policy-icon-placeholder {
- visibility: hidden;
- }
}
.core-policy-revision p {