diff --git a/files/assets/css/main.css b/files/assets/css/main.css index ba1c9a161..793d04822 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7763,3 +7763,8 @@ td[data-time] { .bg-red { background-color: #71000b !important; } + +.bank-statement-amount { + width: 75px; + display: inline-block; +} diff --git a/files/templates/bank_statement.html b/files/templates/bank_statement.html index 9782aa3e9..d1f6e6ae3 100644 --- a/files/templates/bank_statement.html +++ b/files/templates/bank_statement.html @@ -16,9 +16,7 @@
-
- {{log.amount}} {{log.currency}}    {{log.reason | safe}} -
+ {{log.amount}} {{log.currency}}    {{log.reason | safe}}
{{log.age_string}}
diff --git a/files/templates/pagination.html b/files/templates/pagination.html index ef40bf13d..8667bbaa7 100644 --- a/files/templates/pagination.html +++ b/files/templates/pagination.html @@ -1,6 +1,6 @@