fix note title too wide

This commit is contained in:
2023-05-21 12:00:20 +02:00
parent ba0b6b5042
commit e2386ef681
3 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ const setRoot = async (closeModal: () => Promise<Boolean>) => {
class="fas fa-fw fa-home mr-2 text-base text-secondary opacity-40"
v-if="props.note.isRoot"
></i>
<input type="text" class="flex-grow bg-transparent py-1 outline-none" v-model="noteTitle" />
<input type="text" class="bg-transparent py-1 outline-none w-full" v-model="noteTitle" />
</template>
</NoteToolbar>
<NoteEditor