fix(editor): Fix item count element wrap in input panel (no-changelog) (#16920)

This commit is contained in:
Milorad FIlipović
2025-07-03 14:19:11 +02:00
committed by GitHub
parent 19ac32659f
commit c1ac8c19ef

View File

@@ -123,6 +123,7 @@ const emit = defineEmits<{
font-size: var(--font-size-2xs);
color: var(--color-text-light);
margin-left: auto;
white-space: nowrap;
}
.notice {