prosperita-dumbo-react 3.0.3 → 3.0.4
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.
|
@@ -11983,7 +11983,7 @@ const u5 = /* @__PURE__ */ a(k, { children: /* @__PURE__ */ a(
|
|
|
11983
11983
|
background: ${c.layer01};
|
|
11984
11984
|
font-family: IBM Plex Sans;
|
|
11985
11985
|
flex-direction: column;
|
|
11986
|
-
min-width:
|
|
11986
|
+
min-width:1200px;
|
|
11987
11987
|
& > div:nth-child(2) {
|
|
11988
11988
|
display: flex;
|
|
11989
11989
|
align-self: end;
|
|
@@ -2195,7 +2195,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
2195
2195
|
background: ${c.layer01};
|
|
2196
2196
|
font-family: IBM Plex Sans;
|
|
2197
2197
|
flex-direction: column;
|
|
2198
|
-
min-width:
|
|
2198
|
+
min-width:1200px;
|
|
2199
2199
|
& > div:nth-child(2) {
|
|
2200
2200
|
display: flex;
|
|
2201
2201
|
align-self: end;
|