same width for all tool menus

This commit is contained in:
vcoppe
2024-06-12 14:53:26 +02:00
parent 812961dcec
commit 7ea12972bf
5 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@
let mergeType = MergeType.TRACES;
</script>
<div class="flex flex-col gap-3 max-w-80">
<div class="flex flex-col gap-3 w-80">
<RadioGroup.Root bind:value={mergeType}>
<Label class="flex flex-row items-center gap-2 leading-5">
<RadioGroup.Item value={MergeType.TRACES} />