diff --git a/src/accounting/static/css/style.css b/src/accounting/static/css/style.css index d317f36..c4a7656 100644 --- a/src/accounting/static/css/style.css +++ b/src/accounting/static/css/style.css @@ -318,6 +318,11 @@ a.accounting-report-table-row { padding-left: 1rem; } +/* The description editor */ +.accounting-description-editor-buttons .btn { + margin-bottom: 0.3rem; +} + /* The Material Design text field (floating form control in Bootstrap) */ .accounting-material-text-field { position: relative; diff --git a/src/accounting/templates/accounting/journal-entry/include/description-editor-modal.html b/src/accounting/templates/accounting/journal-entry/include/description-editor-modal.html index 0033cd5..941421d 100644 --- a/src/accounting/templates/accounting/journal-entry/include/description-editor-modal.html +++ b/src/accounting/templates/accounting/journal-entry/include/description-editor-modal.html @@ -74,7 +74,7 @@ First written: 2023/2/28
-
+
{% for tag in description_editor.general.tags %}
-
+
{% for tag in description_editor.travel.tags %}
-
+
@@ -132,7 +132,7 @@ First written: 2023/2/28
-
+
{% for tag in description_editor.bus.tags %}
-
+
@@ -156,11 +156,13 @@ First written: 2023/2/28 {# A recurring transaction #}
- {% for recurring in description_editor.recurring %} - - {% endfor %} +
+ {% for recurring in description_editor.recurring %} + + {% endfor %} +
{# The annotation #}