We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a72c13 + d7ccd36 commit b36d4b4Copy full SHA for b36d4b4
src/Pages/Shared/ConfigMapSecret/ConfigMapSecretContainer.tsx
@@ -1054,7 +1054,7 @@ export const ConfigMapSecretContainer = ({
1054
<>
1055
<Prompt when={shouldPrompt} message={checkIfPathIsMatching(location.pathname)} />
1056
<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">
+ <div className="p-8 flexbox flex-grow-1 mw-none">
1058
<div className="dc__border br-4 dc__overflow-hidden h-100 bg__primary flex-grow-1">
1059
{renderContent()}
1060
</div>
0 commit comments