Skip to content

Commit

Permalink
[MI-1479] fix toolchange code section pushing out of window
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiabeluli committed Jun 3, 2024
1 parent a5f983a commit a56b0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/containers/Preferences/ToolChange/ToolChange.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ const ToolChange = ({ state, actions, mpos, $13 }) => {
<MacroVariableDropdown textarea={preHookRef} label="Before change code"/>
</div>
<textarea
rows="9"
rows="7"
className="form-control"
style={{ resize: 'none' }}
name="preHook"
Expand All @@ -217,7 +217,7 @@ const ToolChange = ({ state, actions, mpos, $13 }) => {
<MacroVariableDropdown textarea={postHookRef} label="After change code"/>
</div>
<textarea
rows="9"
rows="7"
className="form-control"
style={{ resize: 'none' }}
name="postHook"
Expand Down

0 comments on commit a56b0a5

Please sign in to comment.