fix: recipe context menu (#6782)

This commit is contained in:
Arsène Reymond
2026-01-30 21:08:49 +01:00
committed by GitHub
parent c7be4a452a
commit 79bbc20cd6
3 changed files with 2 additions and 9 deletions

View File

@@ -79,7 +79,7 @@
@print="$emit('print')"
/>
</div>
<div v-if="open" class="custom-btn-group gapped">
<div v-if="open" class="custom-btn-group gapped ma-1">
<v-btn
v-for="(btn, index) in editorButtons"
:key="index"