From ad6e5cc29d0d44c52697ef0b78811bef7b8a695c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 30 Oct 2016 13:28:01 +0200 Subject: [PATCH] Prevent textarea height from shrinking --- resources/views/invoices/edit.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index dac854629f01..ddf70e3cece9 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -341,11 +341,11 @@
{!! Former::textarea('public_notes')->data_bind("value: public_notes, valueUpdate: 'afterkeydown'") - ->label(null)->style('resize: none; width: 500px;')->rows(4) !!} + ->label(null)->style('width: 500px;')->rows(4) !!}
{!! Former::textarea('terms')->data_bind("value:terms, placeholder: terms_placeholder, valueUpdate: 'afterkeydown'") - ->label(false)->style('resize: none; width: 500px')->rows(4) + ->label(false)->style('width: 500px')->rows(4) ->help('