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