Skip to content

Commit d6b8301

Browse files
committed
minor CSS change for better editing tags
1 parent e4e5552 commit d6b8301

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/lib/UI/TagInput.svelte

+4
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,8 @@
7878
max-width: 100%;
7979
white-space: nowrap;
8080
}
81+
82+
:global(.tagify__tag > div > [contenteditable]) {
83+
text-overflow: clip;
84+
}
8185
</style>

0 commit comments

Comments
 (0)