Skip to content

Commit 6274da2

Browse files
committed
fix: uat changes
1 parent 8952692 commit 6274da2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Shared/Components/DevtronLicenseCard/DevtronLicenseCard.tsx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,15 @@ export const DevtronLicenseCard = ({
8282
style={{ rotateX, rotateY, backgroundImage: sheenGradient }}
8383
>
8484
<div className="p-20 flexbox-col dc__content-space flex-grow-1">
85-
<div className="flexbox dc__align-items-center dc__content-space">
86-
<span className="font-merriweather cn-9 fs-16 fw-7 lh-1-5 dc__truncate">{enterpriseName}</span>
85+
<div className="flexbox dc__content-space dc__gap-72">
86+
<span className="font-merriweather cn-9 fs-16 fw-7 lh-1-5 dc__ellipsis-right__2nd-line">
87+
{enterpriseName}
88+
</span>
8789
<Icon name="ic-devtron" color="N900" size={24} />
8890
</div>
8991
<div className="flexbox-col dc__gap-4">
9092
<div className="flexbox dc__align-items-center dc__gap-6">
91-
<Icon name="ic-key" color={null} size={20} />
93+
<Icon name="ic-key" color={null} size={16} />
9294
<div className="flex dc__gap-4 cn-7 fs-16 fw-5 lh-1-5 font-ibm-plex-mono">
9395
<span>&bull;&bull;&bull;&bull;</span>
9496
<span>{licenseSuffix || licenseKey?.slice(-8)}</span>
@@ -109,7 +111,7 @@ export const DevtronLicenseCard = ({
109111
)}
110112
</motion.div>
111113
{licenseStatus !== LicenseStatus.ACTIVE && (
112-
<div className="p-16 flexbox-col dc__gap-8">
114+
<div className="p-16 fs-13 lh-1-5 flexbox-col dc__gap-8">
113115
<div className="flexbox dc__gap-8">
114116
<span>
115117
To renew your license mail us at&nbsp;

0 commit comments

Comments
 (0)