fix(editor): Add right margin to AI Assistant Code Node 'Fix Error' replace code button icon (#15956)

This commit is contained in:
Charlie Kolb
2025-06-04 13:27:16 +02:00
committed by GitHub
parent 342917bd7d
commit ebff88cb44

View File

@@ -207,6 +207,12 @@ const diffs = computed(() => {
.actions {
padding: var(--spacing-2xs);
> button {
> span {
margin-right: var(--spacing-4xs);
}
}
}
.infoText {