Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1891 adjust modal margins #1920

Merged
merged 2 commits into from
Nov 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`LifeEventSection > renders a match to the previous snapshot 1`] = `
id="skip-to-h1"
role="heading"
>
Answer these questions
Answer the following questions
</h1>
<div
class="bf-section-wrapper"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ exports[`loads view 1`] = `
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>

<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down Expand Up @@ -6063,7 +6063,7 @@ exports[`loads view 1`] = `
data-testid="bf-result-view-unmet-button"
type="button"
>
Explore other potential benefits
Explore benefits you did not qualify for
</button>
</div>
</div>
Expand Down Expand Up @@ -6473,18 +6473,18 @@ exports[`scenario 1 loads in view with the correct amount of likely eligible ite
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>

<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down Expand Up @@ -12445,7 +12445,7 @@ exports[`scenario 1 loads in view with the correct amount of likely eligible ite
data-testid="bf-result-view-unmet-button"
type="button"
>
Explore other potential benefits
Explore benefits you did not qualify for
</button>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,18 @@ exports[`Results > renders a match to the previous snapshot 1`] = `
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>

<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports[`ZeroBenefitsHeading > renders a match to the previous snapshot 1`] = `
class="bf-zero-benefits-view-description "
role="heading"
>
Based on your answers you are likely not eligible for benefits. You may become eligible if you enter more information or your situation changes.
Based on your answers, you are currently not eligible for this life event’s benefits. You may become eligible if your situation or answers change in the future. Visit your city, state, or employer for other potential benefits.
</h3>
<div
class="bf-back-to-form-cta"
Expand Down
2 changes: 1 addition & 1 deletion benefit-finder/src/shared/components/Modal/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const customStyles = {
width: '80%',
borderRadius: '8px',
borderColor: '#005ea2',
padding: '5% 10%',
padding: '5% 0',
maxWidth: '32.5rem',
},
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ exports[`Summary > renders a match to the previous snapshot 1`] = `
class="bf-usa-list usa-list"
>
<li>
Visit each agency’s website to find full eligibility requirements.
You need to visit each agency’s website to find full eligibility requirements and apply.
</li>
<li>
Your results may change if you answer more questions or modify your answers.
Your results may vary if your situation or answers change.
</li>
<li>

<a
class="bf-usa-summary-box__link usa-summary-box__link"
href="#"
>
Clear my answers and restart the form.
Clear your answers and restart the form.
</a>
</li>
</ul>
Expand Down
Loading