note style updated in signed

This commit is contained in:
batuhanbas 2020-01-27 10:49:33 +03:00
parent 6e339da3c8
commit b792104143

View File

@ -177,7 +177,7 @@
<th> <th>
@if ($invoice->notes) @if ($invoice->notes)
<p class="form-control-label">{{ trans_choice('general.notes', 2) }}</p> <p class="form-control-label">{{ trans_choice('general.notes', 2) }}</p>
<p class="form-control text-muted long-texts">{{ $invoice->notes }}</p> <p class="text-muted long-texts">{{ $invoice->notes }}</p>
@endif @endif
</th> </th>
</tr> </tr>