@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.cjs +3 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +11 -6
package/dist/index.cjs
CHANGED
|
@@ -1284,7 +1284,9 @@ const ApiCard = ({ api, viewStyle }) => {
|
|
|
1284
1284
|
fontFamily: token.fontFamily
|
|
1285
1285
|
},
|
|
1286
1286
|
[scope("grid-card")]: {
|
|
1287
|
-
width: "
|
|
1287
|
+
width: "auto",
|
|
1288
|
+
flex: "1 1 17.5rem",
|
|
1289
|
+
minWidth: "17.5rem",
|
|
1288
1290
|
height: "100%",
|
|
1289
1291
|
borderRadius: token.borderRadiusLG
|
|
1290
1292
|
},
|