Max-width fix(mobile 2.1.0-rc.2)

This commit is contained in:
johndoe4 2023-05-30 23:20:29 +02:00
parent f898936e2a
commit 916bf617fd

View file

@ -3,7 +3,7 @@
class="mbz-card snap-center dark:bg-mbz-purple"
:class="{
'sm:flex sm:items-start': mode === 'row',
'sm:max-w-xs w-[18rem] shrink-0 flex flex-col': mode === 'column',
'sm:max-w-xs shrink-0 flex flex-col': mode === 'column',
}"
:to="to"
:isInternal="isInternal"