@rpg-engine/long-bow 0.7.4 → 0.7.5

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.7.4",
3
+ "version": "0.7.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -125,8 +125,7 @@ interface IMessageProps {
125
125
  }
126
126
 
127
127
  const ChatContainer = styled.div<IContainerProps>`
128
- width: ${props => props.width};
129
- height: ${props => props.height};
128
+ width: 100%;
130
129
  background-color: #1e1e1e81;
131
130
 
132
131
  display: flex;