mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-16 14:34:10 +02:00
added new line because wrap is breaking up the word for
This commit is contained in:
parent
249668527b
commit
da3d7d1c54
2 changed files with 1 additions and 8 deletions
|
@ -925,13 +925,6 @@ ul.add-list-reset {
|
|||
max-width: 100%;
|
||||
}
|
||||
|
||||
.domain-name-wrap-modal {
|
||||
white-space: normal;
|
||||
overflow-wrap: break-word;
|
||||
overflow: visible;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.organization-admin-label {
|
||||
font-weight: 600;
|
||||
font-size: .8125rem;
|
||||
|
|
|
@ -389,7 +389,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
|||
"visited": self.storage.get("step_history", []),
|
||||
"is_federal": self.domain_request.is_federal(),
|
||||
"modal_button": modal_button,
|
||||
"modal_heading": "You are about to submit a domain request for "
|
||||
"modal_heading": "You are about to submit a domain request \n for "
|
||||
+ str(self.domain_request.requested_domain),
|
||||
"modal_description": "Once you submit this request, you won’t be able to edit it until we review it.\
|
||||
You’ll only be able to withdraw your request.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue