Giving some extra gap in document view form.
This commit is contained in:
parent
7b1ed97452
commit
2596739fc5
@ -74,7 +74,7 @@ const DocumentVersionList = ({
|
|||||||
firstName={currentDoc.uploadedBy?.firstName}
|
firstName={currentDoc.uploadedBy?.firstName}
|
||||||
lastName={currentDoc.uploadedBy?.lastName}
|
lastName={currentDoc.uploadedBy?.lastName}
|
||||||
/>
|
/>
|
||||||
<span className="ms-1">
|
<span className="ms-3">
|
||||||
<small className="fw-normal" style={{ marginLeft: "-10px" }}>
|
<small className="fw-normal" style={{ marginLeft: "-10px" }}>
|
||||||
{`${currentDoc.uploadedBy?.firstName ?? ""} ${currentDoc.uploadedBy?.lastName ?? ""}`.trim() || "N/A"}
|
{`${currentDoc.uploadedBy?.firstName ?? ""} ${currentDoc.uploadedBy?.lastName ?? ""}`.trim() || "N/A"}
|
||||||
</small>
|
</small>
|
||||||
@ -216,7 +216,7 @@ const DocumentVersionList = ({
|
|||||||
firstName={document.verifiedBy?.firstName}
|
firstName={document.verifiedBy?.firstName}
|
||||||
lastName={document.verifiedBy?.lastName}
|
lastName={document.verifiedBy?.lastName}
|
||||||
/>
|
/>
|
||||||
<span className="ms-1">
|
<span className="ms-3">
|
||||||
<small className="fw-normal" style={{ marginLeft: "-10px" }}>
|
<small className="fw-normal" style={{ marginLeft: "-10px" }}>
|
||||||
{`${document.verifiedBy?.firstName ?? ""} ${document.verifiedBy?.lastName ?? ""}`.trim() || "N/A"}
|
{`${document.verifiedBy?.firstName ?? ""} ${document.verifiedBy?.lastName ?? ""}`.trim() || "N/A"}
|
||||||
</small>
|
</small>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user