fix note title too wide
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user