@vygruppen/spor-react 12.0.1 → 12.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
@@ -6535,7 +6535,9 @@ var tableSlotRecipe = defineSlotRecipe({
6535
6535
  root: {
6536
6536
  tableLayout: "fixed",
6537
6537
  borderCollapse: "collapse",
6538
- width: "100%"
6538
+ width: "100%",
6539
+ minWidth: "36rem",
6540
+ overflowX: "auto"
6539
6541
  },
6540
6542
  columnHeader: {
6541
6543
  fontWeight: "bold",