edited css for modal

This commit is contained in:
asaki222 2024-10-07 18:25:25 -04:00
parent 70caf535c2
commit 39bba36494
No known key found for this signature in database
GPG key ID: 2C4F802060E06EA4
2 changed files with 8 additions and 4 deletions

View file

@ -917,14 +917,19 @@ ul.add-list-reset {
font-size: 14px;
}
.domain-name-wrap {
.domain-name-wrap,
.domain-name-wrap-modal {
white-space: normal;
word-wrap: break-word;
overflow: visible;
word-break: break-all;
max-width: 100%;
}
.domain-name-wrap {
word-break: break-all;
}
.organization-admin-label {
font-weight: 600;
font-size: .8125rem;

View file

@ -389,8 +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 for "
+ str(self.domain_request.requested_domain),
"modal_description": "Once you submit this request, you wont be able to edit it until we review it.\
Youll only be able to withdraw your request.",