diff --git a/app/views/dashboard.blade.php b/app/views/dashboard.blade.php
index ce82286c1ba1..460419d81750 100644
--- a/app/views/dashboard.blade.php
+++ b/app/views/dashboard.blade.php
@@ -9,7 +9,7 @@
@foreach ($totalIncomes as $totalIncome)
- {{ Utils::formatMoney($totalIncome->value, $totalIncome->currency_id); }}
+ {{ Utils::formatMoney($totalIncome->value, $totalIncome->currency_id); }}
@endforeach
@@ -143,7 +143,7 @@
{{ trans('texts.average_invoice') }}
@foreach ($totalIncomes as $totalIncome)
- {{ Utils::formatMoney($totalIncome->invoice_avg, $totalIncome->currency_id); }}
+ {{ Utils::formatMoney($totalIncome->invoice_avg, $totalIncome->currency_id); }}
@endforeach
diff --git a/public/built.css b/public/built.css
index 273fc156d5fa..86d657a189bd 100644
--- a/public/built.css
+++ b/public/built.css
@@ -2571,7 +2571,7 @@ background-clip: padding-box;
.average-invoice {
background-color: #ecd817;
- height: 200px;
+ min-height: 200px;
padding-top: 60px;
text-align: center;
}
diff --git a/public/css/style.css b/public/css/style.css
index d1db4bcf4a8d..6522e541830d 100755
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -463,7 +463,7 @@ background-clip: padding-box;
.average-invoice {
background-color: #ecd817;
- height: 200px;
+ min-height: 200px;
padding-top: 60px;
text-align: center;
}