@@ -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"
|
||||||
|
|||||||
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user