Skip to content

Commit d7ccd36

Browse files
committed
fix: update class for ConfigMapSecretContainer to prevent width issues
1 parent 0a72c13 commit d7ccd36

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)