From 0eddbcffb76a5c4afa605449ca28c44faf08f686 Mon Sep 17 00:00:00 2001 From: CocoByte Date: Wed, 12 Mar 2025 13:01:55 -0600 Subject: [PATCH] temporary styling --- src/registrar/forms/domain.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/registrar/forms/domain.py b/src/registrar/forms/domain.py index 6bc057abd..02c4225ee 100644 --- a/src/registrar/forms/domain.py +++ b/src/registrar/forms/domain.py @@ -661,8 +661,9 @@ class DomainDsdataForm(forms.Form): }, widget=forms.Textarea( attrs={ - "class": "text-wrap resize-none", - "rows": "2" + "class": "text-wrap", + "rows": "2", + "style": "height: fit-content; resize: none; overflow:hidden;" } ) )