File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
src/components/v2/values/chartValuesDiff Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -344,13 +344,15 @@ export default function ChartValuesEditor({
344
344
mode = { MODES . YAML }
345
345
loading = { loading || valuesForDiffState . loadingValuesForDiff }
346
346
customLoader = {
347
- < DetailsProgressing size = { 32 } >
348
- { manifestView && ! comparisonView && (
349
- < span className = "fs-13 fw-4 cn-7 mt-8" >
350
- Generating the manifest. < br /> Please wait...
351
- </ span >
352
- ) }
353
- </ DetailsProgressing >
347
+ < div className = "flex h-100" >
348
+ < DetailsProgressing size = { 32 } >
349
+ { manifestView && ! comparisonView && (
350
+ < span className = "fs-13 fw-4 cn-7 mt-8" >
351
+ Generating the manifest. < br /> Please wait...
352
+ </ span >
353
+ ) }
354
+ </ DetailsProgressing >
355
+ </ div >
354
356
}
355
357
readOnly = { manifestView }
356
358
codeEditorProps = { {
You can’t perform that action at this time.
0 commit comments