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) {
111111 }
112112 });
113113
114- $('#instruct_system_sequence').css('height', 'auto');
115- $('#instruct_system_suffix').css('height', 'auto');
116-
117114 instruct_presets.forEach((preset) => {
118115 const name = preset.name;
119116 const option = document.createElement('option');