File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/Shared/Components/DevtronLicenseCard Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,15 @@ export const DevtronLicenseCard = ({
82
82
style = { { rotateX, rotateY, backgroundImage : sheenGradient } }
83
83
>
84
84
< 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 >
87
89
< Icon name = "ic-devtron" color = "N900" size = { 24 } />
88
90
</ div >
89
91
< div className = "flexbox-col dc__gap-4" >
90
92
< 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 } />
92
94
< div className = "flex dc__gap-4 cn-7 fs-16 fw-5 lh-1-5 font-ibm-plex-mono" >
93
95
< span > ••••</ span >
94
96
< span > { licenseSuffix || licenseKey ?. slice ( - 8 ) } </ span >
@@ -109,7 +111,7 @@ export const DevtronLicenseCard = ({
109
111
) }
110
112
</ motion . div >
111
113
{ 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" >
113
115
< div className = "flexbox dc__gap-8" >
114
116
< span >
115
117
To renew your license mail us at
You can’t perform that action at this time.
0 commit comments