@rpg-engine/long-bow 0.7.17 → 0.7.18

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.17",
3
+ "version": "0.7.18",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -275,4 +275,7 @@ const QuantityInput = styled.input`
275
275
  padding: 2px;
276
276
  font-size: ${uiFonts.size.small};
277
277
  border: none;
278
+
279
+ position: relative;
280
+ left: -3px;
278
281
  `;