Skip to content

Commit bba8ede

Browse files
committed
fix: ChartValuesEditor - loading position
1 parent 837160d commit bba8ede

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

src/components/v2/values/chartValuesDiff/ChartValuesEditor.tsx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,13 +344,15 @@ export default function ChartValuesEditor({
344344
mode={MODES.YAML}
345345
loading={loading || valuesForDiffState.loadingValuesForDiff}
346346
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>
354356
}
355357
readOnly={manifestView}
356358
codeEditorProps={{

0 commit comments

Comments
 (0)