diff --git a/CHANGELOG.md b/CHANGELOG.md index 033e95f..ae173f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Unreleased + +- Fix legibility of "Damaged" and "Missing" fields for tiny screen by reducing horizontal padding + ## 1.2.2: This release fixes a bug where orphaned parts in the `inventory` table are blocking the database upgrade. diff --git a/templates/macro/form.html b/templates/macro/form.html index 7f7952b..323019b 100644 --- a/templates/macro/form.html +++ b/templates/macro/form.html @@ -1,6 +1,6 @@ {% macro checkbox(name, id, prefix, url, checked, parent=none, delete=false) %} {% if g.login.is_authenticated() %} - {{ name }}