temporary styling

This commit is contained in:
CocoByte 2025-03-12 13:01:55 -06:00
parent 5962264fae
commit 0eddbcffb7
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F

View file

@ -661,8 +661,9 @@ class DomainDsdataForm(forms.Form):
}, },
widget=forms.Textarea( widget=forms.Textarea(
attrs={ attrs={
"class": "text-wrap resize-none", "class": "text-wrap",
"rows": "2" "rows": "2",
"style": "height: fit-content; resize: none; overflow:hidden;"
} }
) )
) )