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 5ad692f commit 0c6e0eeCopy full SHA for 0c6e0ee
src/components/common/Description/GenericDescription.tsx
@@ -346,7 +346,7 @@ export default function GenericDescription({
346
>
347
{isEditDescriptionView ? (
348
<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">
+ <div className="py-8 px-16 dc__top-radius-4 flex dc__content-space dc__gap-8 bg__secondary dc__border-bottom fs-13">
350
<div className="fw-6 lh-20 cn-9">Readme</div>
351
{descriptionUpdatedBy && descriptionUpdatedOn && (
352
<Tooltip content={`Last updated by ${descriptionUpdatedBy} on ${descriptionUpdatedOn}`}>
0 commit comments