Adjust controls to ensure proper display of localized strings

This commit is contained in:
FINNSEEFLY
2024-08-18 22:42:58 +03:00
parent 6bfd48e412
commit b0fd90ada9
3 changed files with 10 additions and 10 deletions

View File

@@ -27,7 +27,7 @@
<div class="flex items-center">
<input
bind:value={tagName}
class=" px-2 cursor-pointer self-center text-xs h-fit bg-transparent outline-none line-clamp-1 w-[5.5rem]"
class=" px-2 cursor-pointer self-center text-xs h-fit bg-transparent outline-none line-clamp-1 w-[6.5rem]"
placeholder={$i18n.t('Add a tag')}
list="tagOptions"
on:keydown={(event) => {