diff --git a/src/app/shared/forms/planet-tag-input-dialog.component.html b/src/app/shared/forms/planet-tag-input-dialog.component.html index 433927e7f7..4ae696bc53 100644 --- a/src/app/shared/forms/planet-tag-input-dialog.component.html +++ b/src/app/shared/forms/planet-tag-input-dialog.component.html @@ -1,7 +1,12 @@ - - Collections - Change Collections - + diff --git a/src/app/shared/forms/planet-tag-input-dialog.component.ts b/src/app/shared/forms/planet-tag-input-dialog.component.ts index c8eb547176..79d20f546f 100644 --- a/src/app/shared/forms/planet-tag-input-dialog.component.ts +++ b/src/app/shared/forms/planet-tag-input-dialog.component.ts @@ -26,6 +26,10 @@ import { DialogsPromptComponent } from '../../shared/dialogs/dialogs-prompt.comp :host mat-dialog-actions { padding: 0; } + :host #header { + display: flex; + justify-content: space-between; + } ` ] }) export class PlanetTagInputDialogComponent {