mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-01 09:17:08 +02:00
fix(editor): Add right margin to AI Assistant Code Node 'Fix Error' replace code button icon (#15956)
This commit is contained in:
parent
342917bd7d
commit
ebff88cb44
|
|
@ -207,6 +207,12 @@ const diffs = computed(() => {
|
|||
|
||||
.actions {
|
||||
padding: var(--spacing-2xs);
|
||||
|
||||
> button {
|
||||
> span {
|
||||
margin-right: var(--spacing-4xs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.infoText {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user