fix(editor): Do not show new NDV for sticky notes (#17537)

Co-authored-by: jakeranallo <jake.ranallo@gmail.com>
This commit is contained in:
Elias Meire
2025-07-25 13:58:27 +02:00
committed by GitHub
parent 408ccd2a58
commit 4de3759a59
7 changed files with 62 additions and 19 deletions

View File

@@ -68,4 +68,8 @@ const emit = defineEmits<{
.tabs {
align-self: flex-end;
}
.tabs :global(#communityNode) {
padding-right: var(--spacing-2xs);
}
</style>