mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Add right margin to AI Assistant Code Node 'Fix Error' replace code button icon (#15956)
This commit is contained in:
@@ -207,6 +207,12 @@ const diffs = computed(() => {
|
||||
|
||||
.actions {
|
||||
padding: var(--spacing-2xs);
|
||||
|
||||
> button {
|
||||
> span {
|
||||
margin-right: var(--spacing-4xs);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.infoText {
|
||||
|
||||
Reference in New Issue
Block a user