Skip to content
Snippets Groups Projects
Commit 77ccf0db authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: limit slug-rename dialog width

parent b55949e6
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</AHousekeepingSection> </AHousekeepingSection>
<AHousekeepingSection <AHousekeepingSection
:title="t('show.housekeeping.flows.slugRenaming')" :title="t('show.housekeeping.flows.slugRenaming')"
class="tw-flex-[2]" class="tw-flex-[2] tw-max-w-xl"
> >
<AShowSlugRenamingFlow :show="show" /> <AShowSlugRenamingFlow :show="show" />
</AHousekeepingSection> </AHousekeepingSection>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment