@rpg-engine/long-bow 0.2.40 → 0.2.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.
@@ -27871,7 +27871,7 @@ var RelativeListMenu = function RelativeListMenu(_ref) {
27871
27871
  var Container$7 = /*#__PURE__*/styled.div.withConfig({
27872
27872
  displayName: "RelativeListMenu__Container",
27873
27873
  componentId: "sc-7hohf-0"
27874
- })(["position:absolute;top:1rem;left:4rem;display:flex;flex-direction:column;width:100%;justify-content:start;align-items:flex-start;li{font-size:", "em;}"], function (props) {
27874
+ })(["position:absolute;top:1rem;left:4rem;display:flex;flex-direction:column;width:max-content;justify-content:start;align-items:flex-start;li{font-size:", "em;}"], function (props) {
27875
27875
  return props.fontSize;
27876
27876
  });
27877
27877
  var ListElement = /*#__PURE__*/styled.li.withConfig({