message box

This commit is contained in:
medet97 2020-05-15 14:47:15 +05:00
parent bc2322974e
commit 967c2a927c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<small class="d-block">{{$ticket->created_at->diffForHumans()}}</small>
</p>
<div style="width: calc(100% - 120px);">
<p class="message-one-right" style="position: relative; width: calc(100% - 50px); background-color: #e3e3e3; color: #000000; padding: 10px 30px; border-radius: 5px;">{{$ticket->text}}</p>
<p class="message-one-right" style="margin-bottom: -8px; position: relative; width: calc(100% - 50px); background-color: #e3e3e3; color: #000000; padding: 10px 30px; border-radius: 5px;">{{$ticket->text}}</p>
</div>
<br>
@if($ticket->attachment)