diff --git a/packages/common/test/sites/_internal/SiteUiSchemaFollowers.test.ts b/packages/common/test/sites/_internal/SiteUiSchemaFollowers.test.ts index fbd8b25493a..7c0429d3283 100644 --- a/packages/common/test/sites/_internal/SiteUiSchemaFollowers.test.ts +++ b/packages/common/test/sites/_internal/SiteUiSchemaFollowers.test.ts @@ -62,6 +62,7 @@ describe("buildUiSchema: site followers", () => { labelKey: "some.scope.fields.followers.showFollowAction.helperText", }, + styles: { "max-width": "45rem" }, }, }, { @@ -70,6 +71,7 @@ describe("buildUiSchema: site followers", () => { type: "Control", options: { control: "hub-field-input-tile-select", + layout: "horizontal", labels: [ `{{some.scope.fields.followers.discussable.enabled.label:translate}}`, `{{some.scope.fields.followers.discussable.disabled.label:translate}}`, @@ -80,6 +82,7 @@ describe("buildUiSchema: site followers", () => { ], icons: ["speech-bubbles", "circle-disallowed"], type: "radio", + styles: { "max-width": "45rem" }, }, }, ], diff --git a/packages/common/test/sites/_internal/SiteuUiSchemaDiscussions.test.ts b/packages/common/test/sites/_internal/SiteuUiSchemaDiscussions.test.ts index a97f5df85a9..362d78c0205 100644 --- a/packages/common/test/sites/_internal/SiteuUiSchemaDiscussions.test.ts +++ b/packages/common/test/sites/_internal/SiteuUiSchemaDiscussions.test.ts @@ -17,6 +17,7 @@ describe("buildUiSchema: site discussions", () => { type: "Control", options: { control: "hub-field-input-tile-select", + layout: "horizontal", labels: [ "{{some.scope.fields.discussable.enabled.label:translate}}", "{{some.scope.fields.discussable.disabled.label:translate}}", @@ -27,6 +28,7 @@ describe("buildUiSchema: site discussions", () => { ], icons: ["speech-bubbles", "circle-disallowed"], type: "radio", + styles: { "max-width": "45rem" }, }, }, ],