fix: Issues #238 done.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!-- File name -->
|
||||
<!-- cursor-pointer -->
|
||||
<div class="h-12 pl-1 border-b border-neutral-300 flex items-center" title="Rename">
|
||||
<InputText type="text" v-model="fileName" id="fileNameInput" class="rounded !border-transparent !font-bold !text-base !py-1 min-w-[1px] w-auto" @input="onInput" @blur="onBlur" />
|
||||
<InputText type="text" v-model="fileName" id="fileNameInput" class="rounded !border-transparent !font-bold !text-base !py-1 min-w-[1px] w-auto" @input="onInput" @blur="onBlur" maxlength="200" />
|
||||
</div>
|
||||
<!-- Upload notification -->
|
||||
<div class="flex justify-start items-center space-x-2 ml-2 py-2">
|
||||
|
||||
Reference in New Issue
Block a user