We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d32c4 commit 280eda0Copy full SHA for 280eda0
1 file changed
resources/js/pages/layout/Layout.vue
@@ -85,7 +85,7 @@ onUnmounted(() => {
85
<div id="main-content" class="main-content sm:p-2 h-full flex-1 overflow-y-auto focus:outline-none rounded-t-2xl" :data-max-width-enabled="isMaxWidthEnabled">
86
<div id="content-card" tabindex="-1" class="focus:outline-none relative content-card grid min-h-full mx-auto">
87
<!-- Data attribute used by the CSS style tag below to override max-width when disabled.-->
88
- <div class="w-full min-w-0 mx-auto max-w-page" data-max-width-wrapper>
+ <div class="w-full min-w-0 mx-auto max-w-page max-[1220px]:mb-18" data-max-width-wrapper>
89
<slot />
90
</div>
91
0 commit comments