mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 21:44:08 +02:00
edited css for modal
This commit is contained in:
parent
70caf535c2
commit
39bba36494
2 changed files with 8 additions and 4 deletions
|
@ -917,14 +917,19 @@ ul.add-list-reset {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.domain-name-wrap {
|
.domain-name-wrap,
|
||||||
|
.domain-name-wrap-modal {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
word-break: break-all;
|
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.domain-name-wrap {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.organization-admin-label {
|
.organization-admin-label {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: .8125rem;
|
font-size: .8125rem;
|
||||||
|
|
|
@ -389,8 +389,7 @@ class DomainRequestWizard(DomainRequestWizardPermissionView, TemplateView):
|
||||||
"visited": self.storage.get("step_history", []),
|
"visited": self.storage.get("step_history", []),
|
||||||
"is_federal": self.domain_request.is_federal(),
|
"is_federal": self.domain_request.is_federal(),
|
||||||
"modal_button": modal_button,
|
"modal_button": modal_button,
|
||||||
"modal_heading": "You are about to submit a domain request \
|
"modal_heading": "You are about to submit a domain request for "
|
||||||
for "
|
|
||||||
+ str(self.domain_request.requested_domain),
|
+ 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.\
|
"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.",
|
You’ll only be able to withdraw your request.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue