@rpg-engine/long-bow 0.4.0 → 0.4.1
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/SkillsContainer.tsx +2 -0
|
@@ -16429,7 +16429,7 @@ var SkillsContainer = function SkillsContainer(_ref) {
|
|
|
16429
16429
|
var SkillsDraggableContainer = /*#__PURE__*/styled(DraggableContainer).withConfig({
|
|
16430
16430
|
displayName: "SkillsContainer__SkillsDraggableContainer",
|
|
16431
16431
|
componentId: "sc-1g0c67q-0"
|
|
16432
|
-
})(["border:1px solid black;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
|
|
16432
|
+
})(["border:1px solid black;max-width:380px;height:90%;.DraggableContainer__TitleContainer-sc-184mpyl-2{width:auto;height:auto;}"]);
|
|
16433
16433
|
var SkillsContainerDiv = /*#__PURE__*/styled.div.withConfig({
|
|
16434
16434
|
displayName: "SkillsContainer__SkillsContainerDiv",
|
|
16435
16435
|
componentId: "sc-1g0c67q-1"
|