mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Recenter fromAI override close button (#17455)
This commit is contained in:
@@ -58,7 +58,7 @@ const emit = defineEmits<{
|
||||
}
|
||||
|
||||
.overrideCloseButton {
|
||||
padding: 0px 8px 3px; // the icon used is off-center vertically
|
||||
padding: 0px var(--spacing-2xs);
|
||||
border: 0px;
|
||||
color: var(--color-text-base);
|
||||
margin-left: auto;
|
||||
@@ -68,6 +68,7 @@ const emit = defineEmits<{
|
||||
|
||||
.contentOverrideContainer {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
width: 100%;
|
||||
gap: var(--spacing-4xs);
|
||||
|
||||
Reference in New Issue
Block a user