Skip to content

Commit 0c6e0ee

Browse files
committed
fix: Update className for layout consistency in GenericDescription component
1 parent 5ad692f commit 0c6e0ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Description/GenericDescription.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ export default function GenericDescription({
346346
>
347347
{isEditDescriptionView ? (
348348
<div className="min-w-500 bg__primary br-4 dc__border-top dc__border-left dc__border-right w-100 dc__border-bottom">
349-
<div className="py-8 px-16 dc__top-radius-4 flex dc__gap-8 bg__secondary dc__border-bottom fs-13">
349+
<div className="py-8 px-16 dc__top-radius-4 flex dc__content-space dc__gap-8 bg__secondary dc__border-bottom fs-13">
350350
<div className="fw-6 lh-20 cn-9">Readme</div>
351351
{descriptionUpdatedBy && descriptionUpdatedOn && (
352352
<Tooltip content={`Last updated by ${descriptionUpdatedBy} on ${descriptionUpdatedOn}`}>

0 commit comments

Comments
 (0)