diff --git a/src/theme/container.ts b/src/theme/container.ts index c4b9f821..5a2315d4 100644 --- a/src/theme/container.ts +++ b/src/theme/container.ts @@ -1,3 +1,3 @@ export default { - base: 'max-w-(--ui-container) mx-auto px-4 sm:px-6 lg:px-8' + base: 'w-full max-w-(--ui-container) mx-auto px-4 sm:px-6 lg:px-8' } diff --git a/test/components/__snapshots__/Container-vue.spec.ts.snap b/test/components/__snapshots__/Container-vue.spec.ts.snap index 97ff8d9d..d9e81695 100644 --- a/test/components/__snapshots__/Container-vue.spec.ts.snap +++ b/test/components/__snapshots__/Container-vue.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`Container > renders with as correctly 1`] = `"
"`; +exports[`Container > renders with as correctly 1`] = `"
"`; -exports[`Container > renders with class correctly 1`] = `"
"`; +exports[`Container > renders with class correctly 1`] = `"
"`; -exports[`Container > renders with default slot correctly 1`] = `"
Default slot
"`; +exports[`Container > renders with default slot correctly 1`] = `"
Default slot
"`; diff --git a/test/components/__snapshots__/Container.spec.ts.snap b/test/components/__snapshots__/Container.spec.ts.snap index 97ff8d9d..d9e81695 100644 --- a/test/components/__snapshots__/Container.spec.ts.snap +++ b/test/components/__snapshots__/Container.spec.ts.snap @@ -1,7 +1,7 @@ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html -exports[`Container > renders with as correctly 1`] = `"
"`; +exports[`Container > renders with as correctly 1`] = `"
"`; -exports[`Container > renders with class correctly 1`] = `"
"`; +exports[`Container > renders with class correctly 1`] = `"
"`; -exports[`Container > renders with default slot correctly 1`] = `"
Default slot
"`; +exports[`Container > renders with default slot correctly 1`] = `"
Default slot
"`;