mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-28 20:13:46 +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(
|
||||
attrs={
|
||||
"class": "text-wrap resize-none",
|
||||
"rows": "2"
|
||||
"class": "text-wrap",
|
||||
"rows": "2",
|
||||
"style": "height: fit-content; resize: none; overflow:hidden;"
|
||||
}
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue