From 8550543089523f90302516922973bd4df06a33cd Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 13 Apr 2016 17:35:36 +0300 Subject: [PATCH] Made textareas the same width --- public/css/built.css | 2 +- public/css/style.css | 2 +- resources/views/invoices/edit.blade.php | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/built.css b/public/css/built.css index 4419c019b4..484aeebab8 100644 --- a/public/css/built.css +++ b/public/css/built.css @@ -3206,7 +3206,7 @@ div.panel-body div.panel-body { } .invoice-table #document-upload{ - max-width:560px; + width:500px; } #document-upload .dropzone{ diff --git a/public/css/style.css b/public/css/style.css index d2526a278b..0ac30b8a46 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -1077,7 +1077,7 @@ div.panel-body div.panel-body { } .invoice-table #document-upload{ - max-width:560px; + width:500px; } #document-upload .dropzone{ diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index 5c96c8ba1b..5c70a5be1d 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -304,11 +304,11 @@
{!! Former::textarea('public_notes')->data_bind("value: wrapped_notes, valueUpdate: 'afterkeydown'") - ->label(null)->style('resize: none; min-width: 450px;')->rows(3) !!} + ->label(null)->style('resize: none; width: 500px;')->rows(4) !!}
{!! Former::textarea('terms')->data_bind("value:wrapped_terms, placeholder: terms_placeholder, valueUpdate: 'afterkeydown'") - ->label(false)->style('resize: none; min-width: 450px')->rows(3) + ->label(false)->style('resize: none; width: 500px')->rows(4) ->help('