mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix(editor): Fix item count element wrap in input panel (no-changelog) (#16920)
This commit is contained in:
committed by
GitHub
parent
19ac32659f
commit
c1ac8c19ef
@@ -123,6 +123,7 @@ const emit = defineEmits<{
|
|||||||
font-size: var(--font-size-2xs);
|
font-size: var(--font-size-2xs);
|
||||||
color: var(--color-text-light);
|
color: var(--color-text-light);
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notice {
|
.notice {
|
||||||
|
|||||||
Reference in New Issue
Block a user