@rpg-engine/long-bow 0.7.40 → 0.7.41
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/long-bow.cjs.development.js +1 -1
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Equipment/EquipmentSet.tsx +1 -0
|
@@ -29136,7 +29136,7 @@ var EquipmentSet = function EquipmentSet(_ref) {
|
|
|
29136
29136
|
var EquipmentSetContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
29137
29137
|
displayName: "EquipmentSet__EquipmentSetContainer",
|
|
29138
29138
|
componentId: "sc-1wuddg2-0"
|
|
29139
|
-
})(["width:inherit;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row;touch-action:none;"]);
|
|
29139
|
+
})(["width:inherit;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:row;touch-action:none;overflow:hidden;"]);
|
|
29140
29140
|
var EquipmentColumn = /*#__PURE__*/styled__default.div.withConfig({
|
|
29141
29141
|
displayName: "EquipmentSet__EquipmentColumn",
|
|
29142
29142
|
componentId: "sc-1wuddg2-1"
|