forked from potsda.mn/mobilizon
Max-width fix(mobile 2.1.0-rc.2)
This commit is contained in:
parent
f898936e2a
commit
916bf617fd
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue