modification about delete-subscriber template

This commit is contained in:
Nicolas CARON 2023-02-03 10:06:11 +01:00
parent 811e040cd8
commit f74c0eaf06
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<div class="col-span-6">
<label for="motif" class="block text-sm font-medium text-gray-700">Motif</label>
<div class="mt-1">
<textarea rows="4" name="motif" id="motif"
<textarea rows="4" name="motif" id="motif"
class="shadow-sm focus:ring-co-blue focus:border-co-blue block w-full sm:text-sm border-gray-300 rounded-2xl"></textarea>
</div>
</div>