Skip to content

Commit d9ad3a2

Browse files
committed
fix: ConfigMapSecretReadOnly - scss class
1 parent 6fd1849 commit d9ad3a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/CMCS/ConfigMapSecretReadyOnly.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const ConfigMapSecretReadyOnly = ({
5050
<div
5151
className={
5252
containerClassName ||
53-
`bg__primary flex-grow-1 flexbox-col dc__gap-12 dc__overflow-auto ${!hideCodeEditor ? 'p-16' : ''}`
53+
`bg__primary flexbox-col dc__gap-12 dc__overflow-auto ${!hideCodeEditor ? 'p-16' : ''}`
5454
}
5555
>
5656
{hasHashiOrAWS(configMapSecretData?.externalType) && renderHashiOrAwsDeprecatedInfo()}

0 commit comments

Comments
 (0)