diff --git a/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.html b/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.html
index 6bd715d78..83082a2b4 100644
--- a/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.html
+++ b/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.html
@@ -136,7 +136,7 @@
{{
'ROBOT_ACCOUNT.ENABLED_STATE' | translate
}}
- {{
+ {{
'ROBOT_ACCOUNT.SYSTEM_PERMISSIONS' | translate
}}
{{
diff --git a/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.scss b/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.scss
index f4395c936..5c6f940e5 100644
--- a/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.scss
+++ b/src/portal/src/app/base/left-side-nav/system-robot-accounts/system-robot-accounts.component.scss
@@ -42,3 +42,7 @@
.projects-col {
min-width: 14rem !important;
}
+
+.permission-col {
+ min-width: 8rem !important;
+}
diff --git a/src/portal/src/app/base/project/robot-account/robot-account.component.html b/src/portal/src/app/base/project/robot-account/robot-account.component.html
index d2bcec725..eb30ff113 100644
--- a/src/portal/src/app/base/project/robot-account/robot-account.component.html
+++ b/src/portal/src/app/base/project/robot-account/robot-account.component.html
@@ -141,7 +141,7 @@
{{
'ROBOT_ACCOUNT.ENABLED_STATE' | translate
}}
- {{
+ {{
'SYSTEM_ROBOT.PERMISSION_COLUMN' | translate
}}
{{
diff --git a/src/portal/src/app/base/project/robot-account/robot-account.component.scss b/src/portal/src/app/base/project/robot-account/robot-account.component.scss
index 55e5765d2..8214f6677 100644
--- a/src/portal/src/app/base/project/robot-account/robot-account.component.scss
+++ b/src/portal/src/app/base/project/robot-account/robot-account.component.scss
@@ -31,3 +31,7 @@
.icon {
margin-top: 3px;
}
+
+.permission-col {
+ min-width: 8rem !important;
+}