diff --git a/app/Views/invoice_form.php b/app/Views/invoice_form.php index edb39306..52f2a3ab 100644 --- a/app/Views/invoice_form.php +++ b/app/Views/invoice_form.php @@ -6,6 +6,9 @@ .blueText { color: blue !important; } + textarea.form-control { + height: 37px !important; + }