Fix flow width (#377)
This commit is contained in:
@@ -143,7 +143,9 @@
|
||||
</script>
|
||||
|
||||
<div class="flex flex-row w-full h-full justify-between">
|
||||
<div class={`flex flex-col mb-96 m-auto w-full sm:w-3/4 lg:w-2/3 xl:w-1/2`}>
|
||||
<div
|
||||
class={`flex flex-col mb-96 m-auto w-full sm:w-3/4 lg:w-2/3 ${previewOpen ? 'xl:w-1/2' : ''}`}
|
||||
>
|
||||
<!-- Nav between steps-->
|
||||
<div class="justify-between flex flex-row w-full my-4">
|
||||
<Breadcrumb>
|
||||
|
||||
Reference in New Issue
Block a user