From 29a48cb7f23c2d42a900c34d49a50475100101be Mon Sep 17 00:00:00 2001 From: CocoByte Date: Tue, 11 Mar 2025 18:14:54 -0600 Subject: [PATCH] let's try textarea --- src/registrar/forms/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/forms/domain.py b/src/registrar/forms/domain.py index 4882e12e2..5ffbdb3d8 100644 --- a/src/registrar/forms/domain.py +++ b/src/registrar/forms/domain.py @@ -659,7 +659,7 @@ class DomainDsdataForm(forms.Form): error_messages={ "required": "Digest is required.", }, - widget=forms.TextInput(attrs={"class": "text-wrap"}), + widget=forms.TextArea(attrs={"class": "text-wrap word-break", "rows": "2"}), ) def clean(self):