mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-29 12:33:17 +02:00
temporary styling
This commit is contained in:
parent
5962264fae
commit
0eddbcffb7
1 changed files with 3 additions and 2 deletions
|
@ -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;"
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue