Skip to content

Commit 71e392a

Browse files
committed
Merge branch 'feat/icon-button' of github.com:devtron-labs/devtron-fe-common-lib into feat/toast-manager
2 parents e97b584 + ab7100f commit 71e392a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Services/ToastManager/ToastContent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const ToastContent = ({
99
}: Pick<ToastProps, 'title' | 'description' | 'buttonProps'>) => (
1010
<div className="flexbox-col dc__gap-8 custom-toast__content">
1111
<div className="flexbox-col dc__gap-4">
12-
<h3 className="m-0 fs-13 fw-6 lh-20 cn-0 dc__truncate dc__first-letter-capitalize">{title}</h3>
12+
<h3 className="m-0 fs-13 fw-6 lh-20 cn-0 dc__truncate">{title}</h3>
1313
<p className="fs-12 fw-4 lh-18 m-0 dc__truncate--clamp-6">{description}</p>
1414
</div>
1515
{buttonProps && (

0 commit comments

Comments
 (0)