hellfire 0.20.7 → 0.21.0

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.
@@ -818,6 +818,10 @@
818
818
  border-top: 1px solid gray;
819
819
  margin-top: 6px;
820
820
  }
821
+ .paladin-tool-space-line-mip {
822
+ margin-top: 6px;
823
+ padding-top: 6px;
824
+ }
821
825
  .paladin-tool-subtitle {
822
826
  font-size: 12px;
823
827
  color: gray;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hellfire",
3
- "version": "0.20.7",
3
+ "version": "0.21.0",
4
4
  "main": "dist/index.js",
5
5
  "engines": {
6
6
  "node": ">=8",