@nypl/design-system-react-components 3.4.0-rc4 → 3.4.0
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.
|
@@ -37200,8 +37200,8 @@ const RA = ee({
|
|
|
37200
37200
|
baseStyle: C2({
|
|
37201
37201
|
// Set this element to start on the second 1280px grid column.
|
|
37202
37202
|
gridColumn: "2",
|
|
37203
|
-
//
|
|
37204
|
-
//
|
|
37203
|
+
// This element also contains its own grid system within, but we use "flex"
|
|
37204
|
+
// for mobile to deal with overflow issues related to the Table component.
|
|
37205
37205
|
display: { base: "flex", md: "grid" },
|
|
37206
37206
|
flexDirection: { base: "column", md: null },
|
|
37207
37207
|
gridTemplateColumns: "1fr",
|