File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/components/common/Description Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
"private" : true ,
5
5
"homepage" : " /dashboard" ,
6
6
"dependencies" : {
7
- "@devtron-labs/devtron-fe-common-lib" : " 1.14.2-pre-3 " ,
7
+ "@devtron-labs/devtron-fe-common-lib" : " 1.15.0 " ,
8
8
"@esbuild-plugins/node-globals-polyfill" : " 0.2.3" ,
9
9
"@rjsf/core" : " ^5.13.3" ,
10
10
"@rjsf/utils" : " ^5.13.3" ,
Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ export default function GenericDescription({
346
346
>
347
347
{ isEditDescriptionView ? (
348
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" >
349
+ < 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
350
< div className = "fw-6 lh-20 cn-9" > Readme</ div >
351
351
{ descriptionUpdatedBy && descriptionUpdatedOn && (
352
352
< Tooltip content = { `Last updated by ${ descriptionUpdatedBy } on ${ descriptionUpdatedOn } ` } >
Original file line number Diff line number Diff line change 1124
1124
dependencies :
1125
1125
" @jridgewell/trace-mapping" " 0.3.9"
1126
1126
1127
- " @devtron-labs/devtron-fe-common-lib@1.14.2-pre-3 " :
1128
- version "1.14.2-pre-3 "
1129
- resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.14.2-pre-3 .tgz#b60864f9df69fe2459990e13f3251cea7d7bb6d0 "
1130
- integrity sha512-GooRFGblceF0/2kfrOvR6neB0EWN61UEkMVE/YMzOzT9Z2pWnxL3vsaNXqGIEmp8nwVyCffdpC6UBiEzDGc04Q ==
1127
+ " @devtron-labs/devtron-fe-common-lib@1.15.0 " :
1128
+ version "1.15.0 "
1129
+ resolved "https://registry.yarnpkg.com/@devtron-labs/devtron-fe-common-lib/-/devtron-fe-common-lib-1.15.0 .tgz#a0895775e32cf29414f0bcea77c3d4b2de00a362 "
1130
+ integrity sha512-HimvKRILKRKKpNyDwAre+T3a8YFTJXrppm8FZtCJ2JDpvpjcCYtG/Ny+WsUAm89P/6OVQKC9baUt0HEIcGeAMQ ==
1131
1131
dependencies :
1132
1132
" @codemirror/lang-json" " 6.0.1"
1133
1133
" @codemirror/lang-yaml" " 6.1.2"
You can’t perform that action at this time.
0 commit comments