@r2digisolutions/components 0.17.0 → 0.17.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -134,8 +134,7 @@
|
|
|
134
134
|
|
|
135
135
|
<div
|
|
136
136
|
class={[
|
|
137
|
-
'rounded-2xl border-border bg-surface-elevated shadow-xl flex flex-col overflow-hidden border',
|
|
138
|
-
'h-[min(560px,70vh)] w-full max-w-[420px] min-w-[320px]',
|
|
137
|
+
'rounded-2xl border-border bg-surface-elevated shadow-xl flex h-[min(560px,70vh)] w-[min(420px,calc(100vw-2rem))] shrink-0 flex-col overflow-hidden border',
|
|
139
138
|
className
|
|
140
139
|
]}
|
|
141
140
|
role="complementary"
|