@rpg-engine/long-bow 0.6.89 → 0.6.90

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.
@@ -26461,7 +26461,10 @@ var SearchCharacter = function SearchCharacter(_ref) {
26461
26461
  return handleCharacterClick(character);
26462
26462
  },
26463
26463
  key: character._id
26464
- }, character.name);
26464
+ }, React__default.createElement(Ellipsis, {
26465
+ maxWidth: '150px',
26466
+ maxLines: 1
26467
+ }, character.name));
26465
26468
  })));
26466
26469
  };
26467
26470
  var SearchContainer = /*#__PURE__*/styled__default.div.withConfig({