fixed device

This commit is contained in:
Luca Haid
2025-04-30 12:30:35 +02:00
parent 8ef3c6ec65
commit 0c6380fe5d
3 changed files with 17 additions and 2 deletions

View File

@@ -15,6 +15,10 @@
overflow: scroll;
}
}
.select2-selection {
min-height: calc(1.5em + .9rem + 2px);
}
</style>
<!-- start page title -->
@@ -838,7 +842,7 @@ function validateWorkflowItem(id) {
$('#export-button').click(exportButtonClick);
$('#export-button-label').show();
}
$("#filter_network_id").select2({closeOnSelect: false});
</script>