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 378a5b5 commit 74bf2d7Copy full SHA for 74bf2d7
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__gap-8 bg__secondary dc__border-bottom fs-13 dc__content-space">
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