Make UI slightly nicer once nodes go off the right edge of the screen
This commit is contained in:
parent
e5ce31b30c
commit
e4c21fa26d
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ async function onInsertEditorCopy(): Promise<void> {
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<div class="flex flex-col">
|
||||
<div class="flex min-w-24 flex-col">
|
||||
<!-- Parents -->
|
||||
<div v-if="(parents?.length ?? 0) > 0" class="pt-1">
|
||||
<div v-for="parent of parents" :key="parent.id" class="pl-6 text-xs text-neutral-400">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue