diff --git a/packages/host/app/components/operator-mode/create-listing-modal.gts b/packages/host/app/components/operator-mode/create-listing-modal.gts index b679fa9313..9be9617193 100644 --- a/packages/host/app/components/operator-mode/create-listing-modal.gts +++ b/packages/host/app/components/operator-mode/create-listing-modal.gts @@ -220,7 +220,10 @@ export default class CreateListingModal extends Component { {{#if this.shouldShowExampleRow}} - +
{ flex-grow: 1; min-width: 0; } + .examples-field-container > :deep(.content) { + align-self: start; + } .realm-icon { --boxel-realm-icon-size: 1rem; }