Skip to content

Commit

Permalink
add space between bullet pts
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyvu committed Jan 8, 2025
1 parent 49226c6 commit 64295a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-app/src/features/faq/content/oneMACFAQContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ export const oneMACFAQContent: FAQContent[] = [
answerJSX: (
<div className="w-full space-y-3">
<p>When necessary, states will receive an RAI via email from CMS.</p>
<ul className="list-disc ml-8">
<ul className="ml-8 list-disc space-y-2">
<li>The state will respond to the RAI through OneMAC.</li>
<li>
A Request for Additional Information (RAI) stops the 90-day clock, is a formal
Expand All @@ -612,7 +612,7 @@ export const oneMACFAQContent: FAQContent[] = [
</li>
</ul>
<p>To respond to a CHIP SPA RAI, select the SPA Tab view from the Package Dashboard.</p>
<ul className="list-disc ml-8">
<ul className="ml-8 list-disc space-y-2">
<li>
Select the link to the SPA ID. Packages which are in need of an RAI response from
the state will have a Status of <b>RAI Issued.</b>
Expand Down

0 comments on commit 64295a6

Please sign in to comment.