diff --git a/frontend/src/app/shared/components/header-project-select/list/header-project-select-list.component.html b/frontend/src/app/shared/components/header-project-select/list/header-project-select-list.component.html
index 37233be7a0d6..894a6d74c7b9 100644
--- a/frontend/src/app/shared/components/header-project-select/list/header-project-select-list.component.html
+++ b/frontend/src/app/shared/components/header-project-select/list/header-project-select-list.component.html
@@ -51,55 +51,54 @@
@if (currentProjectService.id === project.id.toString()) {
-
- }
-
- }
- @if (project.disabled) {
-
-
- {{ project.name }}
- @if (portfolioModelsEnabled) {
- @switch (project._type) {
- @case ('Portfolio') {
-
-
- {{ this.I18n.t('js.include_workspaces.types.portfolio') }}
-
- }
- @case ('Program') {
-
-
- {{ this.I18n.t('js.include_workspaces.types.program') }}
-
- }
+
+
+ }
+
+ }
+ @if (project.disabled) {
+
+
+ {{ project.name }}
+ @if (portfolioModelsEnabled) {
+ @switch (project._type) {
+ @case ('Portfolio') {
+
+
+ {{ this.I18n.t('js.include_workspaces.types.portfolio') }}
+
+ }
+ @case ('Program') {
+
+
+ {{ this.I18n.t('js.include_workspaces.types.program') }}
+
}
}
-
+ }
- }
- @if (project.children.length) {
-
- }
-
- }
+
+ }
+ @if (project.children.length) {
+
+ }
+
+}
diff --git a/frontend/src/app/spot/styles/sass/components/list.sass b/frontend/src/app/spot/styles/sass/components/list.sass
index 11dc03fba4a6..182e51d4c545 100644
--- a/frontend/src/app/spot/styles/sass/components/list.sass
+++ b/frontend/src/app/spot/styles/sass/components/list.sass
@@ -108,6 +108,9 @@
.description
@extend %autocomplete-description
+ &-remove
+ margin-left: $spot-spacing-0_5
+
&-action_disabled &-title
opacity: 0.5