diff --git a/CHANGELOG.md b/CHANGELOG.md index e074a47..b090c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## [2.4.2] +## [2.4.21] - bugfix for the forge import path - first update path implementation diff --git a/css/styles.css b/css/styles.css index 579e9ce..dbae25c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -148,6 +148,11 @@ input.number-lg.spellpoints_value { margin-right: 10px; } +form .form-group .form-fields>input[type="checkbox"][name="consume.spellPoints"] { + flex: none; + margin: 0; +} + /** item config **/ .spellpoints.item-config {