fix: layout issues in jobList toolbar

This commit is contained in:
Christoph Kluge
2025-06-05 17:47:03 +02:00
parent 0a24ef70e0
commit 0e3603f596
4 changed files with 16 additions and 13 deletions

View File

@@ -13,6 +13,7 @@
/* Svelte 5 Props */
let {
initially = null,
presetClass = "",
onRefresh
} = $props();
@@ -35,7 +36,7 @@
});
</script>
<InputGroup>
<InputGroup class={presetClass}>
<Input
type="select"
title="Periodic refresh interval"