Remove CSS height set on system sequences
| @@ -111,9 +111,6 @@ export async function loadInstructMode(data) { | ||
| 111 | 111 | } |
| 112 | 112 | }); |
| 113 | 113 | |
| 114 | - $('#instruct_system_sequence').css('height', 'auto'); | |
| 115 | - $('#instruct_system_suffix').css('height', 'auto'); | |
| 116 | - | |
| 117 | 114 | instruct_presets.forEach((preset) => { |
| 118 | 115 | const name = preset.name; |
| 119 | 116 | const option = document.createElement('option'); |