This commit is contained in:
Kenneth Jannette
2024-01-13 22:04:37 -06:00
parent 3189eecdad
commit 8164d7ba52
2 changed files with 9 additions and 2 deletions

View File

@@ -22,8 +22,11 @@ export const Steps = () => (
i.e. Defendants Interrogatories, and (optionally) the date served.
Drag and drop or click to select the request document from your files.{" "}
<em>The document must be in .pdf format.</em>
<br /> Click Upload, and will you automatically navigate to the{" "}
<strong>Document List View</strong>. <br />{" "}
<br />{" "}
<p className="howto-special-para">
Click Upload, and will you automatically navigate to the{" "}
<strong>Document List View</strong>.
</p>{" "}
</li>
<li>
Click the Generate Responses'' button. Novdrafts Intellidraft AI will

View File

@@ -81,5 +81,9 @@
margin-bottom: 14px;
padding: 0px 14px;
}
.howto-special-para {
margin-top: 6px;
}
}
}