Skip to content

Commit b36d4b4

Browse files
authored
Merge pull request #2590 from devtron-labs/fix/cm-cs-editor-layout
fix: update class for ConfigMapSecretContainer to prevent width issues
2 parents 0a72c13 + d7ccd36 commit b36d4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pages/Shared/ConfigMapSecret/ConfigMapSecretContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ export const ConfigMapSecretContainer = ({
10541054
<>
10551055
<Prompt when={shouldPrompt} message={checkIfPathIsMatching(location.pathname)} />
10561056
<div className="configmap-secret-container flexbox w-100 dc__content-space h-100 dc__position-rel">
1057-
<div className="p-8 flexbox flex-grow-1">
1057+
<div className="p-8 flexbox flex-grow-1 mw-none">
10581058
<div className="dc__border br-4 dc__overflow-hidden h-100 bg__primary flex-grow-1">
10591059
{renderContent()}
10601060
</div>

0 commit comments

Comments
 (0)