Skip to content

Commit b9f4ed4

Browse files
committed
no real change
1 parent 1dba2e5 commit b9f4ed4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/containers/MainContainer.jsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,12 @@ class MainContainer extends Component {
132132
/>
133133
</div>
134134

135-
<p>{directParents ? `Used in: ${directParents}` : 'Not used in any other component'}</p>
136-
<button onClick={deleteChild}>delete focused child</button>
135+
<span>{directParents ? `Used in: ${directParents}` : 'Not used in any other component'}</span>
136+
<button
137+
style= {{width: '200px', display: 'inline-block'}}
138+
onClick={deleteChild}>delete focused child</button>
137139
<button
140+
style= {{width: '200px',display: 'inline-block'}}
138141
onClick={() => deleteComponent({ componentId: focusComponent.id, stateComponents })}
139142
>
140143
delete focused components

0 commit comments

Comments
 (0)