Remove CSS height set on system sequences

e335b62b0bcc5b075635cf7920fffa009fd338be

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +0 -3Ignore whitespace
public/scripts/instruct-mode.js+0 -3
@@ -111,9 +111,6 @@ export async function loadInstructMode(data) {
111 }111 }
112 });112 });
113113
114 $('#instruct_system_sequence').css('height', 'auto');
115 $('#instruct_system_suffix').css('height', 'auto');
116
117 instruct_presets.forEach((preset) => {114 instruct_presets.forEach((preset) => {
118 const name = preset.name;115 const name = preset.name;
119 const option = document.createElement('option');116 const option = document.createElement('option');