fansunited-frontend-components 0.0.13 → 0.0.14
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.
- package/components.js +3 -3
- package/package.json +1 -1
package/components.js
CHANGED
|
@@ -38696,9 +38696,9 @@ const J3 = (e) => {
|
|
|
38696
38696
|
// Question area
|
|
38697
38697
|
questionArea: {
|
|
38698
38698
|
flex: { xs: "1", md: "0 0 50%" },
|
|
38699
|
-
width: {
|
|
38700
|
-
minWidth: {
|
|
38701
|
-
maxWidth: {
|
|
38699
|
+
width: { md: "50%" },
|
|
38700
|
+
minWidth: { md: "50%" },
|
|
38701
|
+
maxWidth: { md: "50%" },
|
|
38702
38702
|
p: { xs: e.spacingScale.md, md: 0 },
|
|
38703
38703
|
display: "flex",
|
|
38704
38704
|
flexDirection: "column",
|