Merge pull request #137 from kjannette/loffer

more
This commit is contained in:
S Jannette
2024-03-07 16:13:16 -06:00
committed by GitHub
2 changed files with 3 additions and 0 deletions

View File

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

View File

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