From b6229fe2044d0d8259bbe1257fe86e37ee4fb1c3 Mon Sep 17 00:00:00 2001 From: artosepyan Date: Wed, 16 Oct 2024 19:17:04 +0300 Subject: [PATCH] Fixed bug: the 'Enter your message here (markdown supported)' placeholder was going outside the div container boundaries. Closes #1630 --- resources/views/components/comment/_comment.blade.php | 2 +- resources/views/components/comment/_form.blade.php | 2 +- resources/views/components/comment/reply/_modal.blade.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/components/comment/_comment.blade.php b/resources/views/components/comment/_comment.blade.php index 96d99cab..07f71a4d 100644 --- a/resources/views/components/comment/_comment.blade.php +++ b/resources/views/components/comment/_comment.blade.php @@ -62,7 +62,7 @@ class="btn btn-sm btn-link text-uppercase p-0 mr-2"> {{ html()->hidden('commentable_id') }}
{{ html()->textarea('content')->class('form-control h-100')->required() }} - +