diff --git a/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.scss b/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.scss index bdc5addf7..69182574e 100644 --- a/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.scss +++ b/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.scss @@ -90,6 +90,6 @@ :host::ng-deep { .filter-input { - width: 210px; + width: 240px; } } 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 2f6ba80ce..6bd715d78 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,8 +136,10 @@ {{ 'ROBOT_ACCOUNT.ENABLED_STATE' | translate }} - System Permissions {{ + 'ROBOT_ACCOUNT.SYSTEM_PERMISSIONS' | translate + }} + {{ 'SYSTEM_ROBOT.PROJECTS' | 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 cb09f7136..f4395c936 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 @@ -39,3 +39,6 @@ margin-top: 3px; } +.projects-col { + min-width: 14rem !important; +} diff --git a/src/portal/src/app/shared/components/robot-permissions-panel/robot-permissions-panel.component.html b/src/portal/src/app/shared/components/robot-permissions-panel/robot-permissions-panel.component.html index 537a75ce3..5734008e0 100644 --- a/src/portal/src/app/shared/components/robot-permissions-panel/robot-permissions-panel.component.html +++ b/src/portal/src/app/shared/components/robot-permissions-panel/robot-permissions-panel.component.html @@ -47,8 +47,11 @@