@digi-frontend/dgate-api-documentation 4.0.0 → 4.0.2

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/dist/index.mjs CHANGED
@@ -1255,7 +1255,9 @@ const ApiCard = ({ api, viewStyle }) => {
1255
1255
  fontFamily: token.fontFamily
1256
1256
  },
1257
1257
  [scope("grid-card")]: {
1258
- width: "17.5rem",
1258
+ width: "auto",
1259
+ flex: "1 1 17.5rem",
1260
+ minWidth: "17.5rem",
1259
1261
  height: "100%",
1260
1262
  borderRadius: token.borderRadiusLG
1261
1263
  },