mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Fix the issue with icon Emojis not being centered (#16067)
Co-authored-by: luka <zhoupf@seirobotics.net>
This commit is contained in:
@@ -162,7 +162,9 @@ const togglePopup = () => {
|
||||
.container {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.emoji-button {
|
||||
padding: 0;
|
||||
}
|
||||
.popup {
|
||||
position: absolute;
|
||||
z-index: 1;
|
||||
|
||||
@@ -495,7 +495,6 @@ onMounted(() => {
|
||||
.project-name {
|
||||
display: flex;
|
||||
gap: var(--spacing-2xs);
|
||||
align-items: center;
|
||||
|
||||
.project-name-input {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user