From be8e8832f5670e390fb243484c30571b3dff9419 Mon Sep 17 00:00:00 2001 From: Ronny Grobel Date: Fri, 17 Apr 2026 21:39:15 +0200 Subject: [PATCH] Adjust column widths in statement tables for better text readability --- includes/Admin/Admin.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/includes/Admin/Admin.php b/includes/Admin/Admin.php index 7d20a72..80a9418 100644 --- a/includes/Admin/Admin.php +++ b/includes/Admin/Admin.php @@ -1873,7 +1873,7 @@ class Admin { - + @@ -1884,7 +1884,7 @@ class Admin {
format_currency( $item['unit_amount'] ) ) ); ?> ' . esc_html( $item['note'] ) . '' : ''; ?> - format_currency( $item['share'] ) ); ?> + format_currency( $item['share'] ) ); ?> @@ -2070,24 +2070,24 @@ class Admin {

- - + + - + - + - + - +
format_currency( $statement['fixed_total'] ) ); ?>format_currency( $statement['fixed_total'] ) ); ?>
format_currency( $statement['water_cost_total'] ) ); ?>format_currency( $statement['water_cost_total'] ) ); ?>
format_currency( $statement['power_cost_total'] ) ); ?>format_currency( $statement['power_cost_total'] ) ); ?>
format_currency( $statement['grand_total'] ) ); ?>format_currency( $statement['grand_total'] ) ); ?>
@@ -2097,13 +2097,13 @@ class Admin { - - + + - - + +
format_currency( $item['unit_amount'] ) ) ); ?>format_currency( $item['share'] ) ); ?>format_currency( $item['unit_amount'] ) ) ); ?>format_currency( $item['share'] ) ); ?>