@q2devel/q2-storybook 1.0.180 → 1.0.184
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.
|
@@ -35,7 +35,7 @@ function WebSection({ imagePosition = 'left', imagePath, title, subtitle, paragr
|
|
|
35
35
|
return 'justify-center';
|
|
36
36
|
}
|
|
37
37
|
};
|
|
38
|
-
return (_jsxs("div", { className: clsx('w-full bg-white', isHorizontal ? 'flex flex-col lg:flex-row' : 'flex flex-col', containerClassName), children: [_jsx("div", { className: clsx('w-full
|
|
38
|
+
return (_jsxs("div", { className: clsx('w-full bg-white', isHorizontal ? 'flex flex-col lg:flex-row' : 'flex flex-col', containerClassName), children: [_jsx("div", { className: clsx('w-full', isHorizontal && isImageFirst
|
|
39
39
|
? getColWidthClass(imageWidthColumns)
|
|
40
40
|
: '', isHorizontal && !isImageFirst
|
|
41
41
|
? getColWidthClass(textWidthColumns)
|