This commit is contained in:
Kenneth Jannette
2024-03-07 16:12:41 -06:00
parent 9f7f31e1b8
commit ce575c85e4
2 changed files with 3 additions and 0 deletions

View File

@@ -290,6 +290,7 @@ export const DocCard = (props) => {
const report = (documentId, docType) => {
//console.log("report documentId, docType", documentId, docType);
};
const documentTitle =
docType === "interrogatories-out"
? "Outbound requests"

View File

@@ -335,6 +335,8 @@
.request-text-up {
color: #a2a2a2;
margin-top: 6px;
margin-bottom: 12px;
line-height: 2;
padding: 0px 5px;
text-align: justify;
&.reqq {