@rpg-engine/long-bow 0.6.91 → 0.6.92

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.6.91",
3
+ "version": "0.6.92",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -303,6 +303,7 @@ const RecentChatLogContainer = styled.div<{ isOpen: boolean }>`
303
303
  padding: 0;
304
304
  margin: 0;
305
305
  flex: 1;
306
+ min-width: 150px;
306
307
  `;
307
308
 
308
309
  const ListElementContainer = styled.div`