We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2545c commit aadf5aaCopy full SHA for aadf5aa
src/Common/GenericDescription/GenericDescription.tsx
@@ -259,7 +259,7 @@ const GenericDescription = ({
259
{updatedBy && _date && (
260
<div className="flex left fw-4 cn-7 ml-8 fs-12 h-20">
261
Last updated by
262
- <span className=" dc__ellipsis-right dc__mxw-200">{updatedBy}</span> on {_date}
+ <span className="dc__ellipsis-right dc__mxw-200">{updatedBy}</span> on {_date}
263
</div>
264
)}
265
<div
0 commit comments