File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
src/ui/layouts/stackComponents/StackDetail/Configuration Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 44 Box ,
55 EditField ,
66 Paragraph ,
7- Row ,
8- Col ,
97 Container ,
108} from '../../../../components' ;
119import styles from './index.module.scss' ;
@@ -49,7 +47,7 @@ export const Configuration: React.FC<{ stackId: TId }> = ({ stackId }) => {
4947 < EditField
5048 disabled
5149 onChangeText = { ( ) => console . log ( '' ) }
52- label = "key "
50+ label = "Key "
5351 optional = { false }
5452 value = { key }
5553 placeholder = ""
@@ -75,10 +73,7 @@ export const Configuration: React.FC<{ stackId: TId }> = ({ stackId }) => {
7573 }
7674 if ( typeof elementSchema === 'boolean' ) {
7775 return (
78- < Box
79- // marginVertical="md"
80- style = { { width : '100%' } }
81- >
76+ < Box marginBottom = { 'xl' } style = { { width : '100%' } } >
8277 < Box >
8378 < FlexBox . Row justifyContent = "space-between" >
8479 < Paragraph > { titleCase ( elementName ) } </ Paragraph >
You can’t perform that action at this time.
0 commit comments