Remove CSS height set on system sequences
This commit is contained in:
parent
733bb84044
commit
e335b62b0b
|
@ -111,9 +111,6 @@ export async function loadInstructMode(data) {
|
|||
}
|
||||
});
|
||||
|
||||
$('#instruct_system_sequence').css('height', 'auto');
|
||||
$('#instruct_system_suffix').css('height', 'auto');
|
||||
|
||||
instruct_presets.forEach((preset) => {
|
||||
const name = preset.name;
|
||||
const option = document.createElement('option');
|
||||
|
|
Loading…
Reference in New Issue