We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e5552 commit d6b8301Copy full SHA for d6b8301
src/lib/UI/TagInput.svelte
@@ -78,4 +78,8 @@
78
max-width: 100%;
79
white-space: nowrap;
80
}
81
+
82
+ :global(.tagify__tag > div > [contenteditable]) {
83
+ text-overflow: clip;
84
+ }
85
</style>
0 commit comments