From 7a0b2c421cd9448a8243be6322ff07c04b1546ea Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 6 Apr 2026 15:05:41 +0800 Subject: [PATCH 1/2] fix: align examples field content to start in create listing modal --- .../app/components/operator-mode/create-listing-modal.gts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 b679fa93135..fe40b0cee76 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; } From 5b6b81eb35ddce6f93e0ceb75b832d0c5870eb24 Mon Sep 17 00:00:00 2001 From: Lucas Date: Tue, 7 Apr 2026 21:46:32 +0800 Subject: [PATCH 2/2] Update packages/host/app/components/operator-mode/create-listing-modal.gts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../host/app/components/operator-mode/create-listing-modal.gts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fe40b0cee76..9be96171931 100644 --- a/packages/host/app/components/operator-mode/create-listing-modal.gts +++ b/packages/host/app/components/operator-mode/create-listing-modal.gts @@ -465,7 +465,7 @@ export default class CreateListingModal extends Component { flex-grow: 1; min-width: 0; } - .examples-field-container :deep(.content) { + .examples-field-container > :deep(.content) { align-self: start; } .realm-icon {